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

[Backport 8.x] Backport #3495: Ensure that facet suggestions are relevant to the user's query #3501

Merged
merged 2 commits into from
Jan 30, 2025

Conversation

sandbergja
Copy link
Contributor

This is a backport of #3495

Before this commit, the facet suggest javascript sent HTTP requests that included only the name of the facet and the fragment that the user entered to filter down the facets.

This commit also sends any URL params that were in the user's original search, so that the facet suggestions are relevant to the search, rather than being just the most popular facet values from the entire corpus.

See issue #3494

sandbergja and others added 2 commits January 29, 2025 13:55
Before this commit, the facet suggest javascript sent HTTP
requests that included only the name of the facet and the
fragment that the user entered to filter down the facets.

This commit also sends any URL params that were in the user's
original search, so that the facet suggestions are relevant
to the search, rather than being just the most popular facet
values from the entire corpus.

Closes #3494
Copy link
Contributor

@maxkadel maxkadel left a comment

Choose a reason for hiding this comment

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

Thanks @sandbergja! 🍄

@sandbergja sandbergja merged commit b1696fe into release-8.x Jan 30, 2025
13 checks passed
@sandbergja sandbergja deleted the backport-3495 branch January 30, 2025 21:30
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.

2 participants