Skip to content

Commit

Permalink
Get description back to operators
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosdelest committed Jan 21, 2025
1 parent ba933d9 commit a9ecc75
Showing 1 changed file with 13 additions and 4 deletions.
17 changes: 13 additions & 4 deletions docs/reference/esql/functions/search.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,19 @@ Returns true if the provided query matches the row.

The match operator is equivalent to the <<esql-match,match function>>.

For using the function syntax, or adding <<match-field-params,match query parameters>>, you can use the
<<esql-match,match function>>.

[.text-center]
image::esql/functions/signature/match_operator.svg[Embedded,opts=inline]

include::../parameters/match_operator.asciidoc[]
include::../description/match_operator.asciidoc[]
include::../types/match_operator.asciidoc[]
include::../examples/match.asciidoc[]
include::types/match_operator.asciidoc[]

[source.merge.styled,esql]
----
include::{esql-specs}/match-operator.csv-spec[tag=match-with-field]
----
[%header.monospaced.styled,format=dsv,separator=|]
|===
include::{esql-specs}/match-operator.csv-spec[tag=match-with-field-result]
|===

0 comments on commit a9ecc75

Please sign in to comment.