android-components / mozilla.components.concept.storage / HistoryStorage / getSuggestions

getSuggestions

abstract fun getSuggestions(query: String, limit: Int): List<SearchResult> (source)

Retrieves suggestions matching the query.

Parameters

query - A query by which to search the underlying store.

Return
A List of SearchResult matching the query, in no particular order.