Skip to content

Commit fe147f3

Browse files
committed
Fix Railroad diagram labels
1 parent 084b4ed commit fe147f3

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

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

Lines changed: 1 addition & 0 deletions
Loading

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ static String searchOperator(String operator) throws IOException {
9797
List<Expression> expressions = new ArrayList<>();
9898
expressions.add(new Literal("field"));
9999
expressions.add(new Syntax(operator));
100-
expressions.add(new Literal("value"));
100+
expressions.add(new Literal("query"));
101101
return toSvg(new Sequence(expressions.toArray(Expression[]::new)));
102102
}
103103

0 commit comments

Comments
 (0)