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 d4789dd commit d3b5dceCopy full SHA for d3b5dce
x-pack/plugin/esql/src/internalClusterTest/java/org/elasticsearch/xpack/esql/plugin/MatchOperatorIT.java
@@ -216,7 +216,8 @@ public void testWhereMatchWithFunctions() {
216
error.getMessage(),
217
containsString(
218
"Invalid condition [content:\"fox\" OR to_upper(content) == \"FOX\"]. "
219
- + "Full text functions 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, "
220
+ + "but only if just full text functions are used in the OR condition"
221
)
222
);
223
}
0 commit comments