textual.fuzzy
Fuzzy matcher.
This class is used by the command palette to match search terms.
FuzzySearch ¶
Matcher ¶
A fuzzy matcher.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
query |
str
|
A query as typed in by the user. |
required |
match_style |
Style | None
|
The style to use to highlight matched portions of a string. |
None
|
case_sensitive |
bool
|
Should matching be case sensitive? |
False
|