Skip to content

Commit 9b90726

Browse files
Add required capability
1 parent 58d37f8 commit 9b90726

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,8 @@ book_no:keyword
9797
;
9898

9999
testMultiMatchPhraseQuery
100+
required_capability: multi_match_function
101+
100102
from books
101103
| where multi_match("Lord of the rings", title, description, { "type": "phrase" } )
102104
| keep title
@@ -115,6 +117,8 @@ Return of the King Being the Third Part of The Lord of the Rings
115117
;
116118

117119
testMultiMatchPhrasePrefixQuery
120+
required_capability: multi_match_function
121+
118122
from books
119123
| where multi_match("Lord of the ri", title, { "type": "phrase_prefix" } )
120124
| keep title

0 commit comments

Comments
 (0)