Browse Source

[DOCS][ESQL] Render locate function docs (#107305)

Liam Thompson 1 year ago
parent
commit
943885d0cd
1 changed files with 2 additions and 0 deletions
  1. 2 0
      docs/reference/esql/functions/string-functions.asciidoc

+ 2 - 0
docs/reference/esql/functions/string-functions.asciidoc

@@ -11,6 +11,7 @@
 * <<esql-concat>>
 * <<esql-left>>
 * <<esql-length>>
+* <<esql-locate>>
 * <<esql-ltrim>>
 * <<esql-replace>>
 * <<esql-right>>
@@ -25,6 +26,7 @@
 include::concat.asciidoc[]
 include::layout/left.asciidoc[]
 include::length.asciidoc[]
+include::layout/locate.asciidoc[]
 include::ltrim.asciidoc[]
 include::replace.asciidoc[]
 include::right.asciidoc[]