pub fn fuzzy_matches(query: &str, candidate: &str) -> bool
Returns true when every character of query appears in order within candidate (case-insensitive). An empty query matches everything.
true
query
candidate