SearchQuery

class SearchQuery @JvmOverloads constructor(val searchMode: Search.SearchQuery.SearchMode, val vanillaSearchMode: Search.SearchQuery.VanillaSearchMode, val asyncContext: AsyncContext? = null)

Query of searching

Since

5.0.20

Parameters

searchMode

Search mode

vanillaSearchMode

Vanilla recipe search mode

asyncContext

Async search context (default = null)

Constructors

Link copied to clipboard
constructor(searchMode: Search.SearchQuery.SearchMode, vanillaSearchMode: Search.SearchQuery.VanillaSearchMode, asyncContext: AsyncContext? = null)

Types

Link copied to clipboard
object Companion
Link copied to clipboard
Link copied to clipboard

Mode of vanilla recipe searching

Properties