Skip to content

Commit b68c3a0

Browse files
Update x-pack/plugin/esql/qa/testFixtures/src/main/resources/match-phrase-function.csv-spec
Co-authored-by: Carlos Delgado <[email protected]>
1 parent 2eb24b4 commit b68c3a0

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/match-phrase-function.csv-spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ testMatchPhraseIpField
284284
required_capability: match_phrase_function
285285

286286
from sample_data
287-
| where match(client_ip, "172.21.0.5")
287+
| where match_phrase(client_ip, "172.21.0.5")
288288
| keep client_ip, message;
289289

290290
client_ip:ip | message:keyword

0 commit comments

Comments
 (0)