[ES|QL] Add support for =~ operator#174732
Merged
dej611 merged 17 commits intoelastic:mainfrom Jan 30, 2024
Merged
Conversation
Contributor
Author
|
/ci |
Contributor
Author
|
/ci |
…611/kibana into fix/esql-new-string-operator
Contributor
Author
|
/ci |
Contributor
Author
|
Reviewable as the ES counterpart has been merged. |
Contributor
|
Pinging @elastic/kibana-visualizations (Team:Visualizations) |
dej611
commented
Jan 29, 2024
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
dej611
commented
Jan 30, 2024
packages/kbn-monaco/src/esql/lib/ast/autocomplete/autocomplete.ts
Outdated
Show resolved
Hide resolved
Contributor
Author
|
/ci |
💚 Build Succeeded
Metrics [docs]Page load bundle
History
To update your PR or re-run it, just comment with: |
stratoula
approved these changes
Jan 30, 2024
Contributor
stratoula
left a comment
There was a problem hiding this comment.
Nice! Did a very brief testing locally and it works fine!
CoenWarmer
pushed a commit
to CoenWarmer/kibana
that referenced
this pull request
Feb 15, 2024
## 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
fkanout
pushed a commit
to fkanout/kibana
that referenced
this pull request
Mar 4, 2024
## 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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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