File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
x-pack/plugin/esql/src/test/java/org/elasticsearch/xpack/esql/analysis Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -2478,7 +2478,7 @@ public void testMultiMatchTargetsExistingField() throws Exception {
24782478 public void testMultiMatchInsideEval () throws Exception {
24792479 assumeTrue ("MultiMatch operator is available just for snapshots" , Build .current ().isSnapshot ());
24802480 assertEquals (
2481- "1:36: [MultiMatch] function is only supported in WHERE commands\n "
2481+ "1:36: [MultiMatch] function is only supported in WHERE and STATS ... WHERE commands\n "
24822482 + "line 1:55: [MultiMatch] function cannot operate on [title], which is not a field from an index mapping" ,
24832483 error ("row title = \" brown fox\" | eval x = multi_match(\" fox\" , title)" )
24842484 );
You can’t perform that action at this time.
0 commit comments