@infrab4a/connect-angular 4.10.0-beta.5 → 4.10.0-beta.6
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 -1
- package/fesm2015/infrab4a-connect-angular.mjs +1 -0
- 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
|
@@ -1762,6 +1762,7 @@ class CatalogService {
|
|
|
1762
1762
|
}
|
|
1763
1763
|
async findCatalog(options, limits) {
|
|
1764
1764
|
if (this.hasTerm(options) && options.sort === 'most-relevant') {
|
|
1765
|
+
console.log('findCatalogIdsBySearch', options.term, options.perPage, options.perPage === 9);
|
|
1765
1766
|
const productsIds = await this.findCatalogIdsBySearch(options.term, options.perPage === 9);
|
|
1766
1767
|
return this.findCatalogAndSortByMostRevelantByTerm(productsIds, options, limits);
|
|
1767
1768
|
}
|