We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cd80aa commit d4789ddCopy full SHA for d4789dd
x-pack/plugin/esql/src/internalClusterTest/java/org/elasticsearch/xpack/esql/plugin/MatchOperatorIT.java
@@ -216,7 +216,7 @@ public void testWhereMatchWithFunctions() {
216
error.getMessage(),
217
containsString(
218
"Invalid condition [content:\"fox\" OR to_upper(content) == \"FOX\"]. "
219
- + "[:] operator can be used in an OR condition, but only if just full text functions are used in the OR condition"
+ + "Full text functions can be used in an OR condition, but only if just full text functions are used in the OR condition"
220
)
221
);
222
}
0 commit comments