algolia / instantsearch-ios

⚡️ A library of widgets and helpers to build instant-search applications on iOS.
https://www.algolia.com/doc/guides/building-search-ui/what-is-instantsearch/ios/
Apache License 2.0
591 stars 55 forks source link

fix: update `orderedFacets` of `DynamicFacetListInteractor` ignores `disjunctiveFacets` #258

Closed VladislavFitz closed 1 year ago

VladislavFitz commented 1 year ago

Summary

The disjunctive faceting doesn't work correctly with DynamicFacetList properly configured for disjunctive faceting. This happens due to ignoring the disjunctiveFacets property of the SearchResponse which contains the proper facet values when disjunctive faceting applied.

Result

The disjunctive faceting with DynamicFacetList works correctly. Backed by unit test.