Skip to content

Commit 286ce04

Browse files
committed
Add negative test
1 parent 2151b87 commit 286ce04

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -487,3 +487,11 @@ r:double | author: text
487487
4.670000076293945 | Walter Scheps
488488
4.559999942779541 | J.R.R. Tolkien
489489
;
490+
491+
from books
492+
| where match_phrase(title, "Lord Rings")
493+
| keep book_no
494+
;
495+
496+
book_no:keyword
497+
;

0 commit comments

Comments
 (0)