[Docs] Emphazise suggest behaviour with missing query part (#35393)

Add a short extra sentence that explains that a missing query part in a search
request containing a "suggest" section will mean only suggestions are returned.

Closes #31640
This commit is contained in:
Christoph Büscher 2018-11-28 12:01:27 +01:00 committed by GitHub
parent f0c5f0c099
commit 33865211db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ text by using a suggester. Parts of the suggest feature are still under
development.
The suggest request part is defined alongside the query part in a `_search`
request.
request. If the query part is left out, only suggestions are returned.
NOTE: `_suggest` endpoint has been deprecated in favour of using suggest via
`_search` endpoint. In 5.0, the `_search` endpoint has been optimized for