MatcherOptions
Interface: MatcherOptions
Section titled “Interface: MatcherOptions”Defined in: matches.ts:17
Extended by
Section titled “Extended by”Properties
Section titled “Properties”collapseWhitespace?
Section titled “collapseWhitespace?”optional collapseWhitespace?: boolean;Defined in: matches.ts:24
Use normalizer with getDefaultNormalizer instead
exact?
Section titled “exact?”optional exact?: boolean;Defined in: matches.ts:18
normalizer?
Section titled “normalizer?”optional normalizer?: NormalizerFn;Defined in: matches.ts:25
stripAnsi?
Section titled “stripAnsi?”optional stripAnsi?: boolean;Defined in: matches.ts:22
Use normalizer with getDefaultNormalizer instead
suggest?
Section titled “suggest?”optional suggest?: boolean;Defined in: matches.ts:27
suppress suggestions for a specific query
optional trim?: boolean;Defined in: matches.ts:20
Use normalizer with getDefaultNormalizer instead
