@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.
- package/esm2020/services/catalog/catalog.service.mjs +2 -2
- package/fesm2015/infrab4a-connect-angular.mjs +1 -1
- package/fesm2015/infrab4a-connect-angular.mjs.map +1 -1
- package/fesm2020/infrab4a-connect-angular.mjs +1 -1
- package/fesm2020/infrab4a-connect-angular.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -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,
|
|
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
|
}
|