elasticsearch/docs/reference/query-languages/esql/_snippets
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
..
commands ESQL: Extend RENAME syntax to allow a new = old syntax (#129212) 2025-06-11 21:16:48 +10:00
common 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
functions [ES|QL] Specify population in StdDev docs (#129225) 2025-06-10 12:47:11 -10:00
lists [ESQL] Fix typo in search-functions.md (#129260) 2025-06-11 15:42:45 +02:00
operators Add Support for LIKE (LIST) (#129170) 2025-06-17 03:49:44 +02:00