Skip to content

Commit c3d961d

Browse files
committed
Add match options link
1 parent 726d87c commit c3d961d

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

docs/reference/esql/functions/kibana/definition/match.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/reference/esql/functions/kibana/docs/match.md

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/reference/esql/functions/parameters/match.asciidoc

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/expression/function/fulltext/Match.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,8 @@ public Match(
243243
valueHint = { "none", "all" },
244244
description = "Number of beginning characters left unchanged for fuzzy matching."
245245
) },
246-
description = "Match additional options. See <<query-dsl-match-query,match query>> for more information.",
246+
description = "Match additional options as <<esql-function-named-params,function named parameters>>."
247+
+ " See <<query-dsl-match-query,match query>> for more information.",
247248
optional = true
248249
) Expression options
249250
) {

0 commit comments

Comments
 (0)