Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(DynamicFacetList): ignoring of disjunctive facets when updating orderedFacets #385

Merged
merged 2 commits into from
Mar 8, 2023

Conversation

VladislavFitz
Copy link
Contributor

@VladislavFitz VladislavFitz commented Mar 6, 2023

Q A
Bug fix? yes
New feature? no
BC breaks? no
Related Issue CR-2980
Need Doc update no

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 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.

Copy link
Member

@aallam aallam left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice work! :D 🎉

…filter/facet/dynamic/internal/DynamicFacetListConnectionSearcherIndex.kt

Co-authored-by: Mouaad Aallam <mouaad.aallam@algolia.com>
@VladislavFitz VladislavFitz added this pull request to the merge queue Mar 8, 2023
Merged via the queue into master with commit a8c4de1 Mar 8, 2023
@VladislavFitz VladislavFitz deleted the fix/dynamic-facets-disjunctive-bug branch March 8, 2023 10:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants