perform Search Async
Performs a search on the loaded document. The returned flowable will emit search results or an error if search failed for some reason. The returned flowable uses
BackpressureStrategy#BUFFER
. This method will use the default search options.
Parameters
search String
Text to find in the document.
open fun performSearchAsync(@NonNull searchString: String, @NonNull searchOptions: SearchOptions): Flowable<SearchResult>
Performs a search on the loaded document. The returned flowable will emit search results or an error if search failed for some reason. The returned flowable uses
BackpressureStrategy#BUFFER
.
Parameters
search String
Text to find in the document.
search Options
Options for performing search.