elasticsearch/docs/reference/esql/functions/search-functions.asciidoc
Chris Hegarty 2275894ca0
ES|QL Add full-text search to the functions docs page (#116024)
Now that the match and qstr functions are Tech Previewing, we should add them to the top-level functions doc page.

Co-authored-by: Craig Taverner <craig@amanzi.com>
2024-11-01 12:04:55 +00:00

16 lines
357 B
Text

[[esql-search-functions]]
==== {esql} Full-text search functions
++++
<titleabbrev>Full-text Search functions</titleabbrev>
++++
{esql} supports these full-text search functions:
// tag::search_list[]
* experimental:[] <<esql-match>>
* experimental:[] <<esql-qstr>>
// end::search_list[]
include::layout/match.asciidoc[]
include::layout/qstr.asciidoc[]