quickSearch

abstract suspend fun quickSearch(query: String): List<QuickSearchItem>

Used for quick searching (suggestions below the search bar). This is a lightweight search that returns a list of items

Return

the quick search items.

Parameters

query

the query to search for, will be empty if the user hasn't typed anything.

See also