Options for fuzzy matching.
More...
#include "lib.h"
Options for fuzzy matching.
Definition at line 86 of file lib.h.
◆ case_sensitive
| bool FuzzyOptions::case_sensitive |
Match case exactly.
Definition at line 88 of file lib.h.
◆ smart_case
| bool FuzzyOptions::smart_case |
Auto case-sensitive if pattern has uppercase.
Definition at line 89 of file lib.h.
◆ prefer_prefix
| bool FuzzyOptions::prefer_prefix |
Extra weight for prefix matches.
Definition at line 90 of file lib.h.
◆ max_pattern
| int FuzzyOptions::max_pattern |
Safety bound (<=0 = default 256, capped at 256)
Definition at line 91 of file lib.h.
The documentation for this struct was generated from the following file: