Skip to content

Commit 87a108f

Browse files
authored
ESQL: Un-snapshot all 3 URL scalar functions. (#135272)
* ESQL: Un-snapshot all 3 URL scalar functions: url_encode, url_encode_component, and url_decode. - Move the declaration to be alongside string functions in the registry. - Remove the snapshot instruction in all 3 capabilities. - Annotate with GA/9.2.0 and run unit tests so changes trickle down to md and json files. - Include the functions in the docs - Add Wikipedia reference to percent-encoding, which also includes information about RFC 3986 and its unreserved chars Resolves #134087
1 parent 7613137 commit 87a108f

File tree

17 files changed

+39
-33
lines changed

17 files changed

+39
-33
lines changed

docs/reference/query-languages/esql/_snippets/functions/description/url_encode.md

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/query-languages/esql/_snippets/functions/description/url_encode_component.md

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/query-languages/esql/_snippets/functions/layout/url_decode.md

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

docs/reference/query-languages/esql/_snippets/functions/layout/url_encode.md

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

docs/reference/query-languages/esql/_snippets/functions/layout/url_encode_component.md

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

docs/reference/query-languages/esql/_snippets/lists/string-functions.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,6 @@
2525
* [`TO_LOWER`](../../functions-operators/string-functions.md#esql-to_lower)
2626
* [`TO_UPPER`](../../functions-operators/string-functions.md#esql-to_upper)
2727
* [`TRIM`](../../functions-operators/string-functions.md#esql-trim)
28+
* [`URL_ENCODE`](../../functions-operators/string-functions.md#esql-url_encode)
29+
* [`URL_ENCODE_COMPONENT`](../../functions-operators/string-functions.md#esql-url_encode_component)
30+
* [`URL_DECODE`](../../functions-operators/string-functions.md#esql-url_decode)

docs/reference/query-languages/esql/functions-operators/string-functions.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,3 +96,12 @@ mapped_pages:
9696
:::{include} ../_snippets/functions/layout/trim.md
9797
:::
9898

99+
:::{include} ../_snippets/functions/layout/url_encode.md
100+
:::
101+
102+
:::{include} ../_snippets/functions/layout/url_encode_component.md
103+
:::
104+
105+
:::{include} ../_snippets/functions/layout/url_decode.md
106+
:::
107+

docs/reference/query-languages/esql/kibana/definition/functions/url_decode.json

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

docs/reference/query-languages/esql/kibana/definition/functions/url_encode.json

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

docs/reference/query-languages/esql/kibana/definition/functions/url_encode_component.json

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

0 commit comments

Comments
 (0)