-
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
[ES|QL] Add support for =~ operator #174732
Conversation
/ci |
/ci |
…611/kibana into fix/esql-new-string-operator
/ci |
Reviewable as the ES counterpart has been merged. |
Pinging @elastic/kibana-visualizations (Team:Visualizations) |
packages/kbn-monaco/src/esql/lib/ast/autocomplete/autocomplete.ts
Outdated
Show resolved
Hide resolved
packages/kbn-monaco/src/esql/lib/ast/autocomplete/autocomplete.ts
Outdated
Show resolved
Hide resolved
packages/kbn-monaco/src/esql/lib/ast/autocomplete/autocomplete.ts
Outdated
Show resolved
Hide resolved
packages/kbn-monaco/src/esql/lib/ast/autocomplete/autocomplete.ts
Outdated
Show resolved
Hide resolved
/ci |
💚 Build Succeeded
Metrics [docs]Page load bundle
History
To update your PR or re-run it, just comment with: |
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.
Nice! Did a very brief testing locally and it works fine!
## Summary Keep in sync with new ES|QL builtin function addition: elastic/elasticsearch#103656 Do not merge until the related ER PR is still in review. ### Checklist - [x] [Documentation](https://www.elastic.co/guide/en/kibana/master/development-documentation.html) was added for features that require explanation or tutorials - [x] [Unit or functional tests](https://www.elastic.co/guide/en/kibana/master/development-tests.html) were updated or added to match the most common scenarios
## Summary Keep in sync with new ES|QL builtin function addition: elastic/elasticsearch#103656 Do not merge until the related ER PR is still in review. ### Checklist - [x] [Documentation](https://www.elastic.co/guide/en/kibana/master/development-documentation.html) was added for features that require explanation or tutorials - [x] [Unit or functional tests](https://www.elastic.co/guide/en/kibana/master/development-tests.html) were updated or added to match the most common scenarios
Summary
Keep in sync with new ES|QL builtin function addition: elastic/elasticsearch#103656
Do not merge until the related ER PR is still in review.
Checklist