From e9c8e4f6d1618b0f7f928ba5e4f33dade4e8b219 Mon Sep 17 00:00:00 2001 From: James Rodewig Date: Fri, 25 Oct 2019 10:30:52 -0500 Subject: [PATCH] [DOCS] Fix note format in index suggestion docs (#48536) --- docs/reference/search/suggesters/completion-suggest.asciidoc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/reference/search/suggesters/completion-suggest.asciidoc b/docs/reference/search/suggesters/completion-suggest.asciidoc index 8b93d43629e..694faf45f4c 100644 --- a/docs/reference/search/suggesters/completion-suggest.asciidoc +++ b/docs/reference/search/suggesters/completion-suggest.asciidoc @@ -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`::