performSearch

@IviExperimental(reasons = [])
fun performSearch(query: String)

Performs a search with the given query. replaceText is used to paste the whole string instead of typing characters one-by-one, which prevents NavAppFragments from capturing focus during typing.