-
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 multi_match function in SQL/PPL query engine #188
Comments
6 tasks
Yury-Fridlyand
referenced
this issue
in Bit-Quill/opensearch-project-sql
Jun 15, 2022
Signed-off-by: Yury Fridlyand <yuryf@bitquilltech.com>
fixed by Bit-Quill#71 and #649 |
penghuo
pushed a commit
that referenced
this issue
Jan 3, 2023
* Fix truncate() function (#188) Signed-off-by: Margarit Hakobyan <margarith@bitquilltech.com> Signed-off-by: Margarit Hakobyan <margarit.hakobyan@improving.com>
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
multi_match
functionality by pushing it down to the search enginemulti_match
function in SQL and PPL syntax and parser, including all the available parametersmatch_match
andmultimatch
functions)multi_match
Function details
The
multi_match
function maps the multi match query used in the search engine. This query builds on the match query to allow multi-field queries.Syntax:
multi_match([field_list], query_expression[, option=<option_value>]*)
Available options:
Sample queries:
The text was updated successfully, but these errors were encountered: