search

abstract suspend fun search(query: String, options: SearchService.Options? = null): SearchIterator

Starts a new search through the publication content, with the given query.

If an option is nil when calling search(), its value is assumed to be the default one.