[DOCS] Fix note format in index suggestion docs (#48536)
This commit is contained in:
parent
f5f1072824
commit
e9c8e4f6d1
|
@ -99,11 +99,14 @@ The following parameters are supported:
|
|||
The input to store, this can be an array of strings or just
|
||||
a string. This field is mandatory.
|
||||
+
|
||||
NOTE: This value cannot contain the following UTF-16 control characters:
|
||||
[NOTE]
|
||||
====
|
||||
This value cannot contain the following UTF-16 control characters:
|
||||
|
||||
* `\u0000` (null)
|
||||
* `\u001f` (information separator one)
|
||||
* `\u001e` (information separator two)
|
||||
====
|
||||
|
||||
|
||||
`weight`::
|
||||
|
|
Loading…
Reference in New Issue