elasticsearch/docs/reference/query-languages/esql/_snippets/operators
Julian Kiryakov 7fb130c53b
Add Support for LIKE (LIST) (#129170)
Adds support for LIKE function alternative syntax with a list of patterns.
Examples:

FROM foo
| WHERE bar LIKE ("A*","B*", "C?")
The new syntax is documented as part of the existing LIKE function documentation. We will use the existing WildcardLike java implementation for existing cases using the old syntax and one list argument case to improve mixed cluster compatibility.
2025-06-17 03:49:44 +02:00
..
detailedDescription Add Support for LIKE (LIST) (#129170) 2025-06-17 03:49:44 +02:00
examples Split ES|QL functions/operators/commands into separate pages for similar functions and make commands examples generated (#126279) 2025-04-10 15:56:05 +02:00
layout Split ES|QL functions/operators/commands into separate pages for similar functions and make commands examples generated (#126279) 2025-04-10 15:56:05 +02:00
types Kibana updates, remove links from JSON and split is-null/is-not-null (#125986) 2025-04-01 15:46:24 +02:00
binary.md Split ESQL functions/operators docs files (#123904) 2025-03-04 14:59:31 +01:00
cast.md Split ESQL functions/operators docs files (#123904) 2025-03-04 14:59:31 +01:00
in.md Split ESQL functions/operators docs files (#123904) 2025-03-04 14:59:31 +01:00
infix.md Split ES|QL functions/operators/commands into separate pages for similar functions and make commands examples generated (#126279) 2025-04-10 15:56:05 +02:00
like-and-rlike.md Split ESQL functions/operators docs files (#123904) 2025-03-04 14:59:31 +01:00
logical.md Split ESQL functions/operators docs files (#123904) 2025-03-04 14:59:31 +01:00
suffix.md Split ES|QL functions/operators/commands into separate pages for similar functions and make commands examples generated (#126279) 2025-04-10 15:56:05 +02:00
unary.md Split ESQL functions/operators docs files (#123904) 2025-03-04 14:59:31 +01:00