bubble-table
bubble-table copied to clipboard
add support for literal token match, use levenshtein fuzzy mod
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.
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.
Well, maybe keep the current fuzzy function, it makes no difference anyway.
Ok, I have reverted to the original builtin fuzzy function and added test cases.