@infrab4a/connect-angular 5.2.0 → 5.2.1-beta.0

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.
@@ -1690,7 +1690,7 @@ class TermSearchStrategy {
1690
1690
  maximum: ['price'],
1691
1691
  ...(isEmpty(filters?.brands) ? { distinct: ['brand'] } : {}),
1692
1692
  },
1693
- }, mainGender || (shop === Shops.MENSMARKET ? 'male' : 'female'));
1693
+ });
1694
1694
  return this.sortByTermRelevance({
1695
1695
  productIds,
1696
1696
  totalResult,
@@ -1716,7 +1716,7 @@ class TermSearchStrategy {
1716
1716
  maximum: ['price'],
1717
1717
  distinct: ['brand'],
1718
1718
  },
1719
- }, mainGender || (shop === Shops.MENSMARKET ? 'male' : 'female'));
1719
+ });
1720
1720
  }
1721
1721
  sortByTermRelevance(params) {
1722
1722
  const { productIds, totalResult, limits, filters, fieldsHelper } = params;