search

Autocomplete the user input

Runs a suggestion request on the data of a certain index.

get/suggest-api/v1/suggest/{indexname}

Path parameters

indexstring required

index name that should be searched for autocompletions

Query parameters

userQuerystring required

the simple raw query typed by the user

filtersobject

Any other parameter is used as filter.

Response

successful found results

Changes