QuickSearchClient

Used to show search feed with a custom quick search implementation.

See also

Functions

Link copied to clipboard
abstract suspend fun deleteQuickSearch(item: QuickSearchItem)

Deletes a quick search item.

Link copied to clipboard
abstract suspend fun loadSearchFeed(query: String): Feed<Shelf>

Gets the search feed.

Link copied to clipboard
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