queryType parameter controls if and how Algolia considers matches at the beginning of query words.
For more information, see Prefix searching.
Options
prefixLast
Only the last word in the query is treated as a prefix.
All preceding words must match in full.
All preceding words must match in full.
prefixAll
All words in the query are treated as prefixes.
With
prefixAll, removeStopWords has no effect: stop words are never removed from words interpreted as prefixes, and prefixAll treats every word as a prefix.prefixNone
Prefix search is turned off.
All query words must match completely.
Example
Current API clients
Current API clients
Legacy API clients
Legacy API clients