-
Notifications
You must be signed in to change notification settings - Fork 25.1k
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 analyzed wildcard query in simple_query_string when disjunctions is empty #114264
Fix analyzed wildcard query in simple_query_string when disjunctions is empty #114264
Conversation
Pinging @elastic/es-search-relevance (Team:Search Relevance) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Frustrating that we didn't fix this back when we fixed query_string!
The fix looks good!
buildkite test this please |
@elasticmachine update branch |
buildkite test this please |
💚 All backports created successfully
Questions ?Please refer to the Backport tool documentation |
…is empty (elastic#114264) This change fixes analyzed wildcard query in simple_query_string when disjunctions is empty. Closes elastic#114185 (cherry picked from commit 6955bc1)
💚 All backports created successfully
Questions ?Please refer to the Backport tool documentation |
…is empty (elastic#114264) This change fixes analyzed wildcard query in simple_query_string when disjunctions is empty. Closes elastic#114185 (cherry picked from commit 6955bc1)
🎉 🎉 🎉 @halilbulentorhon merged and I will backport 🎉 🎉 🎉 |
@benwtrent thanks a lot for your quick review and quick responses! |
…is empty (#114264) (#114355) This change fixes analyzed wildcard query in simple_query_string when disjunctions is empty. Closes #114185 (cherry picked from commit 6955bc1) Co-authored-by: Halil Bülent Orhon <[email protected]>
…is empty (#114264) (#114354) This change fixes analyzed wildcard query in simple_query_string when disjunctions is empty. Closes #114185 (cherry picked from commit 6955bc1) Co-authored-by: Halil Bülent Orhon <[email protected]> Co-authored-by: Elastic Machine <[email protected]>
…is empty (elastic#114264) This change fixes analyzed wildcard query in simple_query_string when disjunctions is empty. Closes elastic#114185
…is empty (elastic#114264) This change fixes analyzed wildcard query in simple_query_string when disjunctions is empty. Closes elastic#114185
This change fixes analyzed wildcard query in simple_query_string when disjunctions is empty.
Closes #114185