Skip to content

Commit 019312f

Browse files
committed
Fixed signature SVG
1 parent a1e799a commit 019312f

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

docs/reference/esql/functions/signature/match_operator.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

x-pack/plugin/esql/src/test/java/org/elasticsearch/xpack/esql/expression/function/AbstractFunctionTestCase.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -869,7 +869,7 @@ public static void renderDocs() throws IOException {
869869
return;
870870
}
871871
String name = functionName();
872-
if (binaryOperator(name) != null || unaryOperator(name) != null || likeOrInOperator(name)) {
872+
if (binaryOperator(name) != null || unaryOperator(name) != null || searchOperator(name) != null || likeOrInOperator(name)) {
873873
renderDocsForOperators(name);
874874
return;
875875
}

0 commit comments

Comments
 (0)