The disjunctive faceting doesn't work correctly with DynamicFacetList properly configured for disjunctive faceting.
This happens due to ignoring the disjunctiveFacets property of the ResponseSearch which contains the proper facet values when disjunctive faceting applied.
What problem is this fixing?
The disjunctive faceting with DynamicFacetList works correctly.
Describe your change
Duplicate of the same issue in the InstantSearch iOS.
The disjunctive faceting doesn't work correctly with
DynamicFacetList
properly configured for disjunctive faceting. This happens due to ignoring thedisjunctiveFacets
property of theResponseSearch
which contains the proper facet values when disjunctive faceting applied.What problem is this fixing?
The disjunctive faceting with
DynamicFacetList
works correctly.