SmartSearch

interface SmartSearch

Functions

Link copied to clipboard
abstract suspend fun smartSearch(payload: SmartSearchRequest, requestOptions: RequestOptions? = null): SystemaResult<SmartSearchResponse>

Smart search API (Coroutine)

abstract fun smartSearch(    payload: SmartSearchRequest,     requestOptions: RequestOptions? = null,     result: (SystemaResult<SmartSearchResponse>) -> Unit)

Smart search API (Non-coroutine)

Inheritors

Link copied to clipboard