elasticsearch/docs/reference/esql/functions/layout/term.asciidoc
Tommaso Teofili 91605860ee
Term query for ES|QL (#117359)
This commit adds a `term` function for ES|QL to run `TermQueries`.

For example:
FROM test | WHERE term(content, "dog")
2024-12-06 07:42:48 +00:00

17 lines
670 B
Text
Generated

// This is generated by ESQL's AbstractFunctionTestCase. Do no edit it. See ../README.md for how to regenerate it.
[discrete]
[[esql-term]]
=== `TERM`
preview::["Do not use on production environments. This functionality is in technical preview and may be changed or removed in a future release. Elastic will work to fix any issues, but features in technical preview are not subject to the support SLA of official GA features."]
*Syntax*
[.text-center]
image::esql/functions/signature/term.svg[Embedded,opts=inline]
include::../parameters/term.asciidoc[]
include::../description/term.asciidoc[]
include::../types/term.asciidoc[]
include::../examples/term.asciidoc[]