Idered / snatch

📋 Beautiful clipboard manager for Windows
http://snatch.kasper.io
MIT License
272 stars 12 forks source link

Fuzzy search #3

Open Idered opened 3 years ago

Idered commented 3 years ago

Search input should handle use this algorithm

hackf5 commented 3 years ago

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?

Idered commented 3 years ago

@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.

hackf5 commented 3 years ago

Sure, that makes sense.