OpenSearch/x-pack/qa/sql
Marios Trivyzas d22b383b9c
SQL: Fix issue with options for QUERY() and MATCH(). (#33828)
Previously multiple comma separated lists of options where not
recognized correctly which resulted in only the last of them
to be taked into account, e.g.:

For the following query:
  SELECT * FROM test WHERE QUERY('search', 'default_field=foo', 'default_operator=and')"
only the `default_operator=and` was finally passed to the ES query.

Fixes: #32602
2018-09-19 10:16:24 +02:00
..
multinode Remove all unused imports and fix CRLF (#31207) 2018-06-11 15:12:12 +02:00
no-security DOC: Enhance SQL Functions documentation 2018-09-06 18:09:53 +03:00
security Structured audit logging (#31931) 2018-09-14 15:25:53 +03:00
src/main SQL: Fix issue with options for QUERY() and MATCH(). (#33828) 2018-09-19 10:16:24 +02:00
build.gradle Run forbidden api checks with runtimeJavaVersion (#32947) 2018-08-22 09:05:22 +03:00