Skip to content

Commit a9ecc75

Browse files
committed
Get description back to operators
1 parent ba933d9 commit a9ecc75

File tree

1 file changed

+13
-4
lines changed

1 file changed

+13
-4
lines changed

docs/reference/esql/functions/search.asciidoc

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,19 @@ Returns true if the provided query matches the row.
1111

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

14+
For using the function syntax, or adding <<match-field-params,match query parameters>>, you can use the
15+
<<esql-match,match function>>.
16+
1417
[.text-center]
1518
image::esql/functions/signature/match_operator.svg[Embedded,opts=inline]
1619

17-
include::../parameters/match_operator.asciidoc[]
18-
include::../description/match_operator.asciidoc[]
19-
include::../types/match_operator.asciidoc[]
20-
include::../examples/match.asciidoc[]
20+
include::types/match_operator.asciidoc[]
21+
22+
[source.merge.styled,esql]
23+
----
24+
include::{esql-specs}/match-operator.csv-spec[tag=match-with-field]
25+
----
26+
[%header.monospaced.styled,format=dsv,separator=|]
27+
|===
28+
include::{esql-specs}/match-operator.csv-spec[tag=match-with-field-result]
29+
|===

0 commit comments

Comments
 (0)