abstract fun getSuggestions(query: String, limit: Int): List<SearchResult> (source)
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.