search.asciidoc 887 B

1234567891011121314151617181920212223
  1. [discrete]
  2. [[esql-search-operators]]
  3. === Search operators
  4. The only search operator is match (`:`).
  5. 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."]
  6. The match operator performs a <<query-dsl-match-query,match query>> on the specified field. Returns true if the provided query matches the row.
  7. [.text-center]
  8. image::esql/functions/signature/match_operator.svg[Embedded,opts=inline]
  9. include::types/match.asciidoc[]
  10. [source.merge.styled,esql]
  11. ----
  12. include::{esql-specs}/match-operator.csv-spec[tag=match-with-field]
  13. ----
  14. [%header.monospaced.styled,format=dsv,separator=|]
  15. |===
  16. include::{esql-specs}/match-operator.csv-spec[tag=match-with-field-result]
  17. |===