Skip to main content

Module search

Module search 

Source
Expand description

Generic search helpers.

This module intentionally provides small, deterministic building blocks that higher-level UIs can compose into experiences such as an fzf-style picker.

Functionsยง

fuzzy_match_positions_graphemes
Returns (positions, score) for a case-insensitive fuzzy match.
fuzzy_match_positions_graphemes_latest
Latest version of the scored fuzzy matcher.
fuzzy_match_positions_graphemes_v1
Version 1 of the scored fuzzy matcher.
match_positions_graphemes
Returns grapheme indices in candidate that match query in order.