Skip to main content

matches

Function matches 

Source
pub fn matches(haystack: &str, query: &str) -> bool
Expand description

Whether haystack holds every term in query.

The same rule rank applies to an entry, so a filter typed over plain text behaves the way the list does.