Skip to content

Commit 20ad6c8

Browse files
Update x-pack/plugin/esql/qa/testFixtures/src/main/resources/multi-match-function.csv-spec
Co-authored-by: Carlos Delgado <[email protected]>
1 parent 38029fb commit 20ad6c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x-pack/plugin/esql/qa/testFixtures/src/main/resources/multi-match-function.csv-spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ required_capability: multi_match_function
8989
required_capability: full_text_functions_disjunctions_compute_engine
9090

9191
from books
92-
| where multi_match("lord", title, description, {"operator": "AND"}) or length(title) > 130
92+
| where multi_match("lord", title, description) or length(title) > 130
9393
| keep book_no
9494
;
9595
ignoreOrder: true

0 commit comments

Comments
 (0)