Smart Search
Functions
Link copied to clipboard
abstract suspend fun smartSearch(payload: SmartSearchRequest, requestOptions: RequestOptions? = null): SystemaResult<SmartSearchResponse>
Content copied to clipboard
Smart search API (Coroutine)
abstract fun smartSearch( payload: SmartSearchRequest, requestOptions: RequestOptions? = null, result: (SystemaResult<SmartSearchResponse>) -> Unit)
Content copied to clipboard
Smart search API (Non-coroutine)