Suggestions
Search through indexed suggestions of a search engine.
Authorizations
Doofinder API key. Pass it as: Authorization: Token <api_key>
Path Parameters
Unique id of a search engine.
Query Parameters
Your search engine is composed by one or many Indices. With the indices parameter you can specify to search
within one specific Index. If this parameter is not provided, the search will work with all Indices.
For instance, if you want to search within the "product" Index you should use the following query:
indices[]=product
In case you want to search within multiple Indices, the query will be:
indices[]=product&indices[]=page
The order of the values do not affect the results order.
Note that [ and ] characters should be escaped (%5B and %5D) in all cases.
The search term. It must be escaped and it cannot be longer than 200 characters or 10 words.
The current session ID, must be unique for each user. Identifier of search session
32Identifies the user, must be unique for each user. Identifier of user
36Enable/Disable this search in stats reports. Default: true
Response
OK
["Sugg", "Suggest", "Suggestion"]