Skip to content

Commit 876fcc9

Browse files
committed
[DOCS] Fix note format in index suggestion docs (#48536)
1 parent d351a98 commit 876fcc9

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,11 +101,14 @@ The following parameters are supported:
101101
The input to store, this can be an array of strings or just
102102
a string. This field is mandatory.
103103
+
104-
NOTE: This value cannot contain the following UTF-16 control characters:
104+
[NOTE]
105+
====
106+
This value cannot contain the following UTF-16 control characters:
105107
106108
* `\u0000` (null)
107109
* `\u001f` (information separator one)
108110
* `\u001e` (information separator two)
111+
====
109112

110113

111114
`weight`::

0 commit comments

Comments
 (0)