@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.
- package/esm2020/services/catalog/category.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
|
@@ -1585,7 +1585,7 @@ class CategoryService {
|
|
|
1585
1585
|
.find({
|
|
1586
1586
|
filters: {
|
|
1587
1587
|
brandCategory: true,
|
|
1588
|
-
conditions: { brand: { operator: Where.
|
|
1588
|
+
conditions: { brand: { operator: Where.LIKE, value: brands } },
|
|
1589
1589
|
shop: this.shop,
|
|
1590
1590
|
},
|
|
1591
1591
|
orderBy: { name: 'asc' },
|