Skip to content

EQL: Introduce case insensitive variant in~ (#68176) #68204

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

Merged
merged 1 commit into from
Jan 29, 2021

Conversation

costin
Copy link
Member

@costin costin commented Jan 29, 2021

Backports the following commits to 7.x:

Complement to in, in~ does case-insensitive matching without any
pattern matching - : should be used instead.

process where name in~ ("ExPLorEr.eXe")

will match name against explorer.exe regardless of case.

Fix elastic#68172
@costin costin self-assigned this Jan 29, 2021
@elasticmachine elasticmachine added the Team:QL (Deprecated) Meta label for query languages team label Jan 29, 2021
@elasticmachine
Copy link
Collaborator

Pinging @elastic/es-ql (Team:QL)

@costin costin changed the title [7.x] EQL: Introduce case insensitive variant in~ (#68176) EQL: Introduce case insensitive variant in~ (#68176) Jan 29, 2021
@costin costin merged commit db95ca8 into elastic:7.x Jan 29, 2021
@costin costin deleted the backport/7.x/pr-68176 branch January 29, 2021 12:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants