The GET /typeahead/suggestions request retrieves a list of typeahead suggestions.
A total of 5000 suggestions are allowed in the following distribution:
Your organization can enter a maximum of 4000 custom terms (included and excluded) in the Core Settings Typeahead user interface.
Every hour, a maximum of 1000 of the terms entered most often in customer searches are added to the the Included typeahead suggestions list.
The optional prefix query parameter filters suggestions returned. For example, GET /typeahead/suggestions?prefix=El returns the suggestions that begin with the letters El.
The optional limit query parameter limits the maximum number of suggestions returned. For example, GET /typeahead/suggestions?limit=10 returns a maximum of 10 suggestions.
This is the unique embed token for the Lucidworks Platform typeahead instance, and is provided by Lucidworks. Each Typeahead instance has an embed token that is used for authentication.
"qasdlkjdoiu1123455WECMMLLJ22eeg"
application/json
Optional parameter that filters suggestions returned. For example, GET /typeahead/suggestions?prefix=El returns the suggestions that begin with the letters El.
Optional parameter that limits the number of suggestions returned. For example, GET /typeahead/suggestions?limit=10 returns a maximum of 10 suggestions.
Suggestions retrieved successfully