@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.
@@ -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: {