[7.x][DOCS] Fine-tunes the Node.Js client Typescript and examples sections. (#1079)

This commit is contained in:
István Zoltán Szabó
2020-02-03 17:24:28 +01:00
committed by GitHub
parent 2a59c634f7
commit a34c6dd3a7
10 changed files with 64 additions and 27 deletions

View File

@ -1,10 +1,11 @@
[[suggest_examples]]
== Suggest
The suggest feature suggests similar looking terms based on a provided text by using a suggester. _Parts of the suggest feature are still under development._
The suggest feature suggests similar looking terms based on a provided 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. +
If the query part is left out, only suggestions are returned.
The suggest request part is defined alongside the query part in a `search`
request. If the query part is left out, only suggestions are returned.
[source,js]
----