bubble-table icon indicating copy to clipboard operation
bubble-table copied to clipboard

add support for literal token match, use levenshtein fuzzy mod

Open TLINDEN opened this issue 3 months ago • 3 comments

This PR implements #213 and adds support for literal token matches. It also replaces the inline fuzzy filter function with a more mature function of the module github.com/lithammer/fuzzysearch.

TLINDEN avatar Sep 15 '25 09:09 TLINDEN

Something odd happening with the go deps.

Also could use a test for the literal search, but generally happy to have it as a feature.

Evertras avatar Sep 17 '25 16:09 Evertras

Well, maybe keep the current fuzzy function, it makes no difference anyway.

TLINDEN avatar Sep 17 '25 19:09 TLINDEN

Ok, I have reverted to the original builtin fuzzy function and added test cases.

TLINDEN avatar Sep 17 '25 19:09 TLINDEN