@infrab4a/connect-angular 4.0.5-beta.0 → 4.0.5-beta.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.
@@ -1585,7 +1585,7 @@ class CategoryService {
1585
1585
  .find({
1586
1586
  filters: {
1587
1587
  brandCategory: true,
1588
- conditions: { brand: { operator: Where.IN, value: brands } },
1588
+ conditions: { brand: { operator: Where.LIKE, value: brands } },
1589
1589
  shop: this.shop,
1590
1590
  },
1591
1591
  orderBy: { name: 'asc' },