@infrab4a/connect-angular 4.5.3-beta.7 → 4.5.3-beta.8

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.
@@ -1780,7 +1780,7 @@ class CatalogService {
1780
1780
  const mostRelevantProductsIds = [...new Set(mostRelevants.concat(productIds))];
1781
1781
  console.log('mostRelevantProductsIds', mostRelevantProductsIds);
1782
1782
  const totalResult = await this.productRepository.findCatalog({
1783
- fields: ['id', 'stock'],
1783
+ // fields: ['id', 'stock'],
1784
1784
  filters: {
1785
1785
  id: { operator: Where.IN, value: mostRelevantProductsIds },
1786
1786
  },