Skip to content

Commit

Permalink
Fixed signature SVG
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosdelest committed Nov 14, 2024
1 parent a1e799a commit 019312f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion docs/reference/esql/functions/signature/match_operator.svg

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -869,7 +869,7 @@ public static void renderDocs() throws IOException {
return;
}
String name = functionName();
if (binaryOperator(name) != null || unaryOperator(name) != null || likeOrInOperator(name)) {
if (binaryOperator(name) != null || unaryOperator(name) != null || searchOperator(name) != null || likeOrInOperator(name)) {
renderDocsForOperators(name);
return;
}
Expand Down

0 comments on commit 019312f

Please sign in to comment.