loadSearchFeed

abstract suspend fun loadSearchFeed(query: String): Feed<Shelf>

Gets the search feed.

Return

the feed.

Parameters

query

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

See also