elasticsearch/docs/reference/sql/functions
Andrei Stefan ee5a09ea84
QL: case sensitive support in EQL (#56404)
* * StartsWith is case sensitive aware
* Added case sensitivity to EQL configuration
* case_sensitive parameter can be specified when running queries (default
is case insensitive)
* Added STARTS_WITH function to SQL as well

* Add case sensitive aware queryfolder tests

* Address reviews

* Address review #2
2020-05-12 15:05:43 +03:00
..
aggs.asciidoc [DOCS] Remove Wikipedia link from `SUM_OF_SQUARES` SQL function docs (#52398) 2020-04-20 09:58:30 -04:00
conditional.asciidoc
date-time.asciidoc SQL: Fix DATETIME_PARSE behaviour regarding timezones (#56158) 2020-05-05 11:13:47 +02:00
geo.asciidoc
grouping.asciidoc
index.asciidoc
like-rlike.asciidoc [DOCS] SQL: Update link for supported regex in `RLIKE` docs (#55830) 2020-04-28 09:24:31 -04:00
math.asciidoc
operators.asciidoc
search.asciidoc
string.asciidoc QL: case sensitive support in EQL (#56404) 2020-05-12 15:05:43 +03:00
system.asciidoc
type-conversion.asciidoc