-
Notifications
You must be signed in to change notification settings - Fork 139
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
Support match function in SQL/PPL query engine #184
Comments
chloe-zh
added
PPL
Piped processing language
SQL
and removed
enhancement
New feature or request
labels
Aug 20, 2021
6 tasks
6 tasks
chloe-zh
added a commit
to chloe-zh/opensearch-sql
that referenced
this issue
Sep 16, 2021
Yury-Fridlyand
pushed a commit
that referenced
this issue
Dec 7, 2022
* Add position() string function to PPL (#184) Signed-off-by: Margarit Hakobyan <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Related design is presented in issue #182
Todo list
match
functionality by pushing it down to the search enginematch
function in SQL and PPL syntax and parser, including all the available parametersmatch
Function details
The
match
function maps to the match query used in search engine, to return the documents that match a provided text, number, date or boolean value with a given field.Syntax:
match(field_expression, query_expression[, option=<option_value>]*)
Available options:
Sample queries:
The text was updated successfully, but these errors were encountered: