setSearchFilter

fun setSearchFilter(searchFields: List<SearchField>?, query: String?)

Sets Search filter. GroupChannels will be included in the result if its data in specified SearchFields contains specified query string. Refer to SearchField. If you set multiple SearchFields, the result will be union of each result.

Parameters

searchFields

Target fields that you want to search. Refer to SearchField.

query

Query string you want to search with.