snatch icon indicating copy to clipboard operation
snatch copied to clipboard

Fuzzy search

Open Idered opened this issue 5 years ago • 3 comments

Search input should handle use this algorithm

Idered avatar Sep 19 '20 21:09 Idered

There is quite a lot of complexity in fuzzy string matching and it's not really core to what you are doing. Why not use a library like this: https://github.com/JakeBayer/FuzzySharp?

hackf5 avatar Sep 29 '20 14:09 hackf5

@hackf5 I was not going to implement algorithm myself :P I'll probably use what you suggested or any other library that can get job done.

Idered avatar Sep 29 '20 14:09 Idered

Sure, that makes sense.

hackf5 avatar Sep 29 '20 14:09 hackf5