filter

open override fun filter(items: List<User>, query: String): List<User>

Filters the given items based on the query.