OpenSearch/docs/reference/sql/functions
Andrei Stefan f0074e93a0
QL: case sensitive support in EQL (#56404) (#56597)
* QL: case sensitive support in EQL (#56404)
* adds a generic startsWith function to QL
* modifies the existent EQL startsWith function to be case sensitive
aware
* improves the existent EQL startsWith function to use a prefix query
when the function is used in a case sensitive context. Same improvement
is used in SQL's newly added STARTS_WITH function.
* adds case sensitivity to EQL configuration through a case_sensitive
parameter in the eql request, as established in #54411.
The case_sensitive parameter can be specified when running queries
(default is case insensitive)

(cherry picked from commit ee5a09ea840167566e34c28c8225dc38bc6a7ae8)
2020-05-12 16:56:18 +03:00
..
aggs.asciidoc [DOCS] Remove Wikipedia link from `SUM_OF_SQUARES` SQL function docs (#52398) 2020-04-20 09:59:59 -04:00
conditional.asciidoc SQL: document the use of a filter on _routing (#52355) 2020-02-14 19:00:26 +02:00
date-time.asciidoc SQL: Fix DATETIME_PARSE behaviour regarding timezones (#56158) (#56182) 2020-05-05 12:08:39 +02:00
geo.asciidoc SQL: document the use of a filter on _routing (#52355) 2020-02-14 19:00:26 +02:00
grouping.asciidoc SQL: Use calendar_interval of 1d for HISTOGRAMs with 1 DAY intervals (#52749) (#52771) 2020-02-25 18:44:02 +02:00
index.asciidoc SQL: Implement DATETIME_PARSE function for parsing strings (#54960) (#55035) 2020-04-10 01:16:29 +02:00
like-rlike.asciidoc [DOCS] SQL: Update link for supported regex in `RLIKE` docs (#55830) 2020-04-28 09:25:51 -04:00
math.asciidoc SQL: document the use of a filter on _routing (#52355) 2020-02-14 19:00:26 +02:00
operators.asciidoc [DOCS] Remove unneeded options from `[source,sql]` code blocks (#42759) 2019-05-31 13:05:13 -04:00
search.asciidoc SQL: document the use of a filter on _routing (#52355) 2020-02-14 19:00:26 +02:00
string.asciidoc QL: case sensitive support in EQL (#56404) (#56597) 2020-05-12 16:56:18 +03:00
system.asciidoc SQL: document the use of a filter on _routing (#52355) 2020-02-14 19:00:26 +02:00
type-conversion.asciidoc SQL: document the use of a filter on _routing (#52355) 2020-02-14 19:00:26 +02:00