c2-mongoose 2.1.260 → 2.1.261
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.
package/dist/flow/SearchFlow.js
CHANGED
|
@@ -282,10 +282,6 @@ var SearchFlow = /** @class */ (function () {
|
|
|
282
282
|
facet.items = stagesItems;
|
|
283
283
|
facet.paging = stagesPaging;
|
|
284
284
|
}
|
|
285
|
-
// const facet: { [key: string]: any } = {
|
|
286
|
-
// items: stagesItems,
|
|
287
|
-
// paging: stagesPaging,
|
|
288
|
-
// }
|
|
289
285
|
for (_i = 0, stagesMetadata_2 = stagesMetadata; _i < stagesMetadata_2.length; _i++) {
|
|
290
286
|
metadata = stagesMetadata_2[_i];
|
|
291
287
|
facet[metadata.id] = metadata.conditions;
|
package/package.json
CHANGED
package/src/flow/SearchFlow.ts
CHANGED
|
@@ -270,10 +270,6 @@ abstract class SearchFlow {
|
|
|
270
270
|
facet.items = stagesItems
|
|
271
271
|
facet.paging = stagesPaging
|
|
272
272
|
}
|
|
273
|
-
// const facet: { [key: string]: any } = {
|
|
274
|
-
// items: stagesItems,
|
|
275
|
-
// paging: stagesPaging,
|
|
276
|
-
// }
|
|
277
273
|
|
|
278
274
|
for (let metadata of stagesMetadata) {
|
|
279
275
|
facet[metadata.id] = metadata.conditions
|