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

lib/searchable.rb: do not use minimum_number_should_match #1871

Merged
merged 1 commit into from
Sep 6, 2024

Conversation

ttaylorr
Copy link
Member

@ttaylorr ttaylorr commented Sep 6, 2024

Modern ElasticSearch versions do not support minimum_number_should_match as a part of their search term, and instead prefer minimum_should_match.

Update our query construction to match so that we hopefully start getting some results back.

Modern ElasticSearch versions do not support minimum_number_should_match
as a part of their search term, and instead prefer minimum_should_match.

Update our query construction to match so that we hopefully start
getting some results back.

Signed-off-by: Taylor Blau <me@ttaylorr.com>
@ttaylorr
Copy link
Member Author

ttaylorr commented Sep 6, 2024

/cc #1868

@ttaylorr ttaylorr merged commit 9a1341d into main Sep 6, 2024
1 check passed
@ttaylorr ttaylorr deleted the ttaylorr/broken-es-queries branch September 6, 2024 15:14
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.

1 participant