search.asciidoc 826 B

123456789101112131415161718192021222324252627
  1. [discrete]
  2. [[esql-search-operators]]
  3. === Search operators
  4. The only search operator is match (`:`).
  5. The match operator performs a <<query-dsl-match-query,match query>> on the specified field.
  6. Returns true if the provided query matches the row.
  7. The match operator is equivalent to the <<esql-match,match function>>.
  8. For using the function syntax, or adding <<match-field-params,match query parameters>>, you can use the
  9. <<esql-match,match function>>.
  10. [.text-center]
  11. image::esql/functions/signature/match_operator.svg[Embedded,opts=inline]
  12. include::types/match_operator.asciidoc[]
  13. [source.merge.styled,esql]
  14. ----
  15. include::{esql-specs}/match-operator.csv-spec[tag=match-with-field]
  16. ----
  17. [%header.monospaced.styled,format=dsv,separator=|]
  18. |===
  19. include::{esql-specs}/match-operator.csv-spec[tag=match-with-field-result]
  20. |===