SuggestionRepository
provides convenient methods to get query suggestions.
Algolia has two types of query suggestions:
- Search completions updated on each keystroke.
- Search history retaining the submitted queries.
SuggestionRepository
component encapsulates Flutter helpers and local (in-memory) query history storage.
Usage