pub fn new_filter_fuzzy_match_room_name(pattern: &str) -> impl Filter
Expand description
Create a new filter that will fuzzy match a pattern on room names.
Rooms are fetched from the Client
. The pattern and the room names are
normalized with normalize_string
.