@infrab4a/connect-angular 4.0.0 → 4.0.1

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.
@@ -1545,7 +1545,7 @@ class CatalogService {
1545
1545
  return { tags: { operator: Where.LIKE, value: profile } };
1546
1546
  if (term)
1547
1547
  return this.productIndex
1548
- .search(term, 9999, this.shop)
1548
+ .search(term, 999, this.shop)
1549
1549
  .then((data) => ({ id: { operator: Where.IN, value: data.hits.map(({ _source }) => _source.id) } }));
1550
1550
  }
1551
1551
  }