match.asciidoc 686 B

1234567891011121314151617
  1. // This is generated by ESQL's AbstractFunctionTestCase. Do no edit it. See ../README.md for how to regenerate it.
  2. [discrete]
  3. [[esql-match]]
  4. === `MATCH`
  5. preview::["Do not use `VALUES` 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."]
  6. *Syntax*
  7. [.text-center]
  8. image::esql/functions/signature/match.svg[Embedded,opts=inline]
  9. include::../parameters/match.asciidoc[]
  10. include::../description/match.asciidoc[]
  11. include::../types/match.asciidoc[]
  12. include::../examples/match.asciidoc[]