@infrab4a/connect-angular 4.5.4-beta.4 → 4.5.5-beta.0
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/esm2020/services/catalog/catalog.service.mjs +3 -2
- package/fesm2015/infrab4a-connect-angular.mjs +1 -3
- package/fesm2015/infrab4a-connect-angular.mjs.map +1 -1
- package/fesm2020/infrab4a-connect-angular.mjs +1 -0
- package/fesm2020/infrab4a-connect-angular.mjs.map +1 -1
- package/package.json +2 -2
- package/services/catalog/catalog.service.d.ts +1 -1
|
@@ -1763,6 +1763,7 @@ class CatalogService {
|
|
|
1763
1763
|
const totalResult = await this.productRepository.findCatalog({
|
|
1764
1764
|
filters: {
|
|
1765
1765
|
id: { operator: Where.IN, value: mostRelevantProductsIds },
|
|
1766
|
+
...this.buildFilterQuery(options?.filters || {}),
|
|
1766
1767
|
},
|
|
1767
1768
|
orderBy: this.buildSortQuery('news'),
|
|
1768
1769
|
options: {
|