smelt.fuzzy¶
Tier: Host — Available in every runtime, including headless mode.
Fuzzy-match scoring backed by neo_frizbee (SIMD Smith-Waterman).
smelt.fuzzy.rank¶
Rank items by fuzzy match against query. Returns 1-based indices, best first. Empty query → identity order. Items may be strings or tables with label/description/search_terms; set _hay to a precomputed concatenated haystack to skip per-call concatenation.
smelt.fuzzy.score¶
Fuzzy-match score for text against query. Lower = better; nil = no match.