c2-mongoose 2.1.173 → 2.1.175

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -263,8 +263,8 @@ var SearchFlow = /** @class */ (function () {
263
263
  },
264
264
  ], {
265
265
  collation: {
266
- locale: "pt_BR",
267
- numericOrdering: true
266
+ locale: "pt",
267
+ // numericOrdering: true
268
268
  }
269
269
  }).session(options === null || options === void 0 ? void 0 : options.session)];
270
270
  case 1:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "c2-mongoose",
3
- "version": "2.1.173",
3
+ "version": "2.1.175",
4
4
  "description": "Lib to make any search in database mongoose and use as basic crud",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -240,8 +240,8 @@ abstract class SearchFlow {
240
240
  },
241
241
  ], {
242
242
  collation: {
243
- locale: "pt_BR",
244
- numericOrdering: true
243
+ locale: "pt",
244
+ // numericOrdering: true
245
245
  }
246
246
  }).session(options?.session as ClientSession)
247
247