Skip to content

Commit 3513999

Browse files
committed
Fix docs
1 parent f0eb7d8 commit 3513999

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

docs/reference/esql/esql-limitations.asciidoc

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,10 @@ it is necessary to use the search function, like <<esql-match>>, in a <<esql-whe
112112
directly after the <<esql-from>> source command, or close enough to it.
113113
Otherwise, the query will fail with a validation error.
114114
Another limitation is that any <<esql-where>> command containing a full-text search function
115-
cannot also use disjunctions (`OR`) unless all functions used in the OR clauses are full-text functions themselves.
115+
cannot use disjunctions (`OR`), unless:
116+
117+
* All functions used in the OR clauses are full-text functions themselves, or
118+
* Scoring is not used
116119

117120
For example, this query is valid:
118121

docs/reference/esql/functions/kibana/definition/match.json

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/reference/esql/functions/kibana/definition/match_operator.json

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)