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 8901591 commit d213d76Copy full SHA for d213d76
x-pack/plugin/esql/src/internalClusterTest/java/org/elasticsearch/xpack/esql/plugin/MatchFunctionIT.java
@@ -240,7 +240,8 @@ public void testWhereMatchWithFunctions() {
240
error.getMessage(),
241
containsString(
242
"Invalid condition [match(content, \"fox\") OR to_upper(content) == \"FOX\"]. "
243
- + "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,"
244
+ + " but only if just full text functions are used in the OR condition"
245
)
246
);
247
}
0 commit comments