Enums§
- Case
Sensitivity - How text comparisons handle letter case.
- Pattern
Token - A single token inside a
SearchMode::Patternquery. - Search
Mode - The kind of text matching to apply.
Functions§
- matches
- Test whether
textmatches the given search mode and case sensitivity. - matches_
entry - Test whether an entry matches the given search mode and case sensitivity.
- parse_
query - Build a
SearchModeandCaseSensitivityfrom a raw query string and config.