search
suspend fun NavManagerService.search(query: String, options: SearchOptions): Result<List<SearchItem>>
Performs suggestions search, returning a list of places (SearchResult), Categories and Brands. Will be slower than forward, because each found suggestion will be resolved under the hood.