elasticsearch/docs/reference/sql/functions
Andras Palinkas 190d9fe3de
SQL: Escaped wildcard (*) not accepted in LIKE (#63428)
For a query like `SELECT name FROM test WHERE name LIKE ''%c*'` ES SQL
generates an error. `*` is not a special character in a `LIKE` construct
and it's expected to not needing to be escaped, so the previous query
should work as is.
In the LIKE pattern any `*` character was treated as invalid character
and the usage of `%` or `_` was suggested instead. But `*` is a valid,
acceptable non-wildcard on the right side of the `LIKE` operator.

Fix: #55108
2020-10-13 09:38:35 -04:00
..
aggs.asciidoc [DOCS] Replace Wikipedia links with attribute (#61171) 2020-08-17 09:44:24 -04:00
conditional.asciidoc SQL: document the use of a filter on _routing (#52355) 2020-02-14 18:58:45 +02:00
date-time.asciidoc SQL: Implement FORMAT function (#55454) 2020-09-21 15:32:11 +02:00
geo.asciidoc SQL: document the use of a filter on _routing (#52355) 2020-02-14 18:58:45 +02:00
grouping.asciidoc SQL: Use calendar_interval of 1d for HISTOGRAMs with 1 DAY intervals (#52749) 2020-02-25 17:33:36 +02:00
index.asciidoc SQL: Implement FORMAT function (#55454) 2020-09-21 15:32:11 +02:00
like-rlike.asciidoc SQL: Escaped wildcard (*) not accepted in LIKE (#63428) 2020-10-13 09:38:35 -04:00
math.asciidoc [DOCS] Replace Wikipedia links with attribute (#61171) 2020-08-17 09:44:24 -04:00
operators.asciidoc [DOCS] Remove unneeded options from [source,sql] code blocks (#42759) 2019-05-31 13:03:41 -04:00
search.asciidoc SQL: document the use of a filter on _routing (#52355) 2020-02-14 18:58:45 +02:00
string.asciidoc SQL: Implement TRIM function (#57518) 2020-06-03 14:24:30 +02:00
system.asciidoc SQL: document the use of a filter on _routing (#52355) 2020-02-14 18:58:45 +02:00
type-conversion.asciidoc SQL: document the use of a filter on _routing (#52355) 2020-02-14 18:58:45 +02:00