Skip to content
Bertrand Chardon edited this page Dec 31, 2024 · 1 revision

television uses a fuzzy matching algorithm to filter the list of entries. Its behavior depends on the input pattern you provide.

Matcher Pattern
Fuzzy foo
Substring 'foo / !foo to negate
Prefix ^foo / !^foo to negate
Suffix foo$ / !foo$ to negate
Exact ^foo$ / !^foo$ to negate

For more information on the matcher behavior, see the nucleo-matcher documentation.

Clone this wiki locally