-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
[KQL] Add case-insensitive config for term/wildcard queries #148916
[KQL] Add case-insensitive config for term/wildcard queries #148916
Conversation
Pinging @elastic/kibana-data-discovery (Team:DataDiscovery) |
It seems we need to also change codeownership to @elastic/kibana-data-discovery |
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.
Code review, changes LGTM 👍 I agree with @kertal that we should also look at updating the CODEOWNERS
file.
@elasticmachine merge upstream |
💚 Build Succeeded
Metrics [docs]Page load bundle
History
To update your PR or re-run it, just comment with: cc @lukasolson |
Summary
Part of #55378.
Adds a
caseInsensitive
option to the KQL parsing options (KueryQueryOptions
). When enabled, keyword queries (both wildcard[1] and term[2]) will add thecase_insensitive
option to enable case-insensitive search.Checklist