- Notifications
You must be signed in to change notification settings - Fork 25.5k
Take match_phrase out of snapshot and make tech preview #128925
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
kderusso merged 16 commits into elastic:main from kderusso:kderusso/esql-match-phrase-tech-preview Jun 9, 2025
Merged
Changes from all commits
Commits
Show all changes
16 commits Select commit Hold shift + click to select a range
2a4dcee
Take match_phrase out of snapshot and make tech preview
kderusso 37afbca
Update docs/changelog/128925.yaml
kderusso 404a2be
PR feedback
kderusso fecb0c3
Adding regenerated test data
kderusso 6c6eea3
Update docs/changelog/128925.yaml
kderusso 476054d
[CI] Auto commit changes from spotless
f6a6d87
Merge branch 'main' into kderusso/esql-match-phrase-tech-preview
afoucret 8325245
Checkstyle
kderusso 20d67fa
Merge branch 'main' into kderusso/esql-match-phrase-tech-preview
kderusso ec94c06
Merge branch 'main' into kderusso/esql-match-phrase-tech-preview
afoucret d3acfe2
Merge branch 'main' into kderusso/esql-match-phrase-tech-preview
kderusso 2b9fc30
Correct docs
kderusso 0f68d80
Hopefully fix docs build
kderusso 26e1249
Found one more bad docs link - here's hoping this now fixes the doc b…
kderusso 0bc52fc
Merge branch 'main' into kderusso/esql-match-phrase-tech-preview
kderusso 278de28
OMG bitten by - vs _
kderusso File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
pr: 128925 | ||
summary: ES|QL - Add `match_phrase` full text function (tech preview) | ||
area: ES|QL | ||
type: enhancement | ||
issues: [] |
2 changes: 1 addition & 1 deletion 2 .../reference/query-languages/esql/_snippets/functions/description/match_phrase.md
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion 2 docs/reference/query-languages/esql/_snippets/functions/parameters/match_phrase.md
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
3 changes: 1 addition & 2 deletions 3 docs/reference/query-languages/esql/_snippets/lists/search-functions.md
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,6 @@ | ||
* [preview] [`KQL`](../../functions-operators/search-functions.md#esql-kql) | ||
* [preview] [`MATCH`](../../functions-operators/search-functions.md#esql-match) | ||
% * [preview] [ | ||
`MATCH_PHRASE`](../../functions-operators/search-functions.md#esql-match-phrase) | ||
* [preview] [`MATCH_PHRASE`](../../functions-operators/search-functions.md#esql-match_phrase) | ||
* [preview] [`QSTR`](../../functions-operators/search-functions.md#esql-qstr) | ||
% * [preview] [ | ||
`TERM`](../../functions-operators/search-functions.md#esql-term) |
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
6 changes: 3 additions & 3 deletions 6 docs/reference/query-languages/esql/kibana/definition/functions/match_phrase.json
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
3 changes: 2 additions & 1 deletion 3 docs/reference/query-languages/esql/kibana/docs/functions/match_phrase.md
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.