Skip to content

Commit 6d2f1e0

Browse files
Apply suggestions from code review
Co-authored-by: Liam Thompson <[email protected]>
1 parent 3cfdd23 commit 6d2f1e0

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

docs/reference/esql/esql-limitations.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ FROM books
139139
| WHERE MATCH(author, "Faulkner") OR author LIKE "Hemingway"
140140
----
141141

142-
but this one will succeed, as it uses full text functions on both OR clauses:
142+
However this query will succeed because it uses full text functions on both `OR` clauses:
143143

144144
[source,esql]
145145
----

docs/reference/esql/processing-commands/where.asciidoc

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,10 @@ include::{esql-specs}/match-function.csv-spec[tag=match-with-field]
7373
include::{esql-specs}/match-function.csv-spec[tag=match-with-field-result]
7474
|===
7575

76-
For a simplified syntax, you can use the <<esql-search-operators,match operator>> `:` instead of `MATCH`.
76+
[TIP]
77+
====
78+
You can also use the shorthand <<esql-search-operators,match operator>> `:` instead of `MATCH`.
79+
====
7780

7881
include::../functions/like.asciidoc[tag=body]
7982

0 commit comments

Comments
 (0)