search method
Performs a search with the given SearchFilter.
This action will have the same effect as the user searching in the searchbar.
Implementation
void search(SearchFilter searchFilter) async {
_sendMessage(
WV_MESSAGE_UI_SET_SEARCH_FILTER, jsonEncode(searchFilter.toMap()));
}