search
Performs a synchronous search call using the provided SearchOptions object and delivers the Result by the provided SearchResponse, or a SearchFailure if the action fails.
Return
The Result contains a SearchResponse if the call succeeds, or a SearchFailure if it fails.
Parameters
searchOptions
The object containing the data for the search call.
Performs an asynchronous search computing action based on the provided SearchOptions object and returns the result by the provided SearchCallback.
Return
Cancellable search operation.
Parameters
options
The object which contains the data necessary to execute the Fuzzy Search action.
callback
The SearchCallback invoked when the search operation has been finished either successfully or with an error. The callback will be executed in the main thread.