search
suspend fun Publication.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 for the search service.
Returns null if the publication is not searchable.