@sledge-app/react-instant-search 1.0.92 → 1.0.93

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.
@@ -5391,7 +5391,7 @@ const SearchResultWidget = (props) => {
5391
5391
  value: (otherItem == null ? void 0 : otherItem.display) === "tree" ? HIERARCHICAL_FACET_OBJECT_ALIASES[value] : value
5392
5392
  };
5393
5393
  });
5394
- if (collectionId && (collections == null ? void 0 : collections.includes(Number(collectionId)))) {
5394
+ if (collectionId && (collections == null ? void 0 : collections.includes(String(collectionId)))) {
5395
5395
  isSetFilter = true;
5396
5396
  valueAllowedFilter = newItems;
5397
5397
  } else {