We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0766c5d commit ab91f4cCopy full SHA for ab91f4c
x-pack/plugin/esql/qa/testFixtures/src/main/resources/match-operator.csv-spec
@@ -147,7 +147,7 @@ matchWithDisjunctionIncludingConjunction
147
required_capability: match_function
148
149
from books
150
-| where author : "Vonnegut") or (author : "Marquez" and description : "realism")
+| where author : "Vonnegut" or (author : "Marquez" and description : "realism")
151
| keep book_no;
152
ignoreOrder:true
153
0 commit comments