Skip to content

Commit d351a98

Browse files
author
Christoph Büscher
committed
[Docs] Mention reserved completion suggestion characters (#48445)
We currently don't mention the three reserved characters anywhere. This change adds a short note mentioning them Closes #48341
1 parent bb590bf commit d351a98

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docs/reference/search/suggesters/completion-suggest.asciidoc

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,13 @@ The following parameters are supported:
100100
`input`::
101101
The input to store, this can be an array of strings or just
102102
a string. This field is mandatory.
103+
+
104+
NOTE: This value cannot contain the following UTF-16 control characters:
105+
106+
* `\u0000` (null)
107+
* `\u001f` (information separator one)
108+
* `\u001e` (information separator two)
109+
103110

104111
`weight`::
105112
A positive integer or a string containing a positive integer,

0 commit comments

Comments
 (0)