@sledge-app/react-instant-search 2.0.64 → 2.0.65

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.
@@ -708,7 +708,7 @@ const getSortMap = ({
708
708
  collectionAllId = ""
709
709
  }) => {
710
710
  activeCollectionId = activeCollectionId || "default";
711
- collectionAllId = collectionAllId || "all";
711
+ collectionAllId = collectionAllId || activeCollectionId || "all";
712
712
  return {
713
713
  "best-selling": `bestSellingSort.${collectionAllId}:asc`,
714
714
  "manual": `featuredSort.${activeCollectionId}:asc`,