Skip to content

Commit

Permalink
Docs: move STARTS/ENDS_WITH under string functions in the docs (elast…
Browse files Browse the repository at this point in the history
…ic#107867) (elastic#107903)

This moves the STARTS_WITH and ENDS_with under the strings functions
section (as they're not operators).

(cherry picked from commit 31f2fb8)
  • Loading branch information
bpintea authored Apr 25, 2024
1 parent 73a025e commit cf5588a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 0 additions & 4 deletions docs/reference/esql/functions/operators.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -13,20 +13,16 @@ Boolean operators for comparing against one or multiple expressions.
* <<esql-logical-operators>>
* <<esql-predicates>>
* <<esql-cidr_match>>
* <<esql-ends_with>>
* <<esql-in-operator>>
* <<esql-like-operator>>
* <<esql-rlike-operator>>
* <<esql-starts_with>>
// end::op_list[]

include::binary.asciidoc[]
include::unary.asciidoc[]
include::logical.asciidoc[]
include::predicates.asciidoc[]
include::cidr_match.asciidoc[]
include::ends_with.asciidoc[]
include::in.asciidoc[]
include::like.asciidoc[]
include::rlike.asciidoc[]
include::starts_with.asciidoc[]
4 changes: 4 additions & 0 deletions docs/reference/esql/functions/string-functions.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@

// tag::string_list[]
* <<esql-concat>>
* <<esql-ends_with>>
* <<esql-left>>
* <<esql-length>>
* <<esql-locate>>
Expand All @@ -17,13 +18,15 @@
* <<esql-right>>
* <<esql-rtrim>>
* <<esql-split>>
* <<esql-starts_with>>
* <<esql-substring>>
* <<esql-to_lower>>
* <<esql-to_upper>>
* <<esql-trim>>
// end::string_list[]

include::concat.asciidoc[]
include::ends_with.asciidoc[]
include::layout/left.asciidoc[]
include::length.asciidoc[]
include::layout/locate.asciidoc[]
Expand All @@ -32,6 +35,7 @@ include::replace.asciidoc[]
include::right.asciidoc[]
include::rtrim.asciidoc[]
include::split.asciidoc[]
include::starts_with.asciidoc[]
include::substring.asciidoc[]
include::to_lower.asciidoc[]
include::to_upper.asciidoc[]
Expand Down

0 comments on commit cf5588a

Please sign in to comment.