fun getSuggestions(query: String, limit: Int): List<SearchResult>
(source)
Overrides HistoryStorage.getSuggestions
Retrieves suggestions matching the query.
query
- A query by which to search the underlying store.
Return
A List of SearchResult matching the query, in no particular order.