[[esql-search-functions]]
==== {esql} Full-text search functions
++++
Full-text Search functions
++++
Full text functions are used to search for text in fields.
<> is used to analyze the query before it is searched.
Full text functions can be used to match <>.
A multivalued field that contains a value that matches a full text query is considered to match the query.
See <> for information on the limitations of full text search.
{esql} supports these full-text search functions:
// tag::search_list[]
* experimental:[] <>
* experimental:[] <>
// end::search_list[]
include::layout/match.asciidoc[]
include::layout/qstr.asciidoc[]