m31coding / fuzzy-search

A fast, accurate and multilingual fuzzy search library for the frontend.
MIT License
694 stars 12 forks source link

Thank you & java port #7

Open zodvik opened 5 months ago

zodvik commented 5 months ago

I came across this on HN. The blog post was amazingly well written and really like the approach.

I usually work with Java, and created a port of the lib in Java here https://github.com/midplane/fuzzy-search/. Yet to get to full parity (meta, unicode normalization, etc.)

Thank you for writing the code and the blog post!

m31coding commented 5 months ago

Hi Nikhil,

thank you very much, I am glad that you find the library useful. A port to Java, one of the most used languages, seems to be very useful, good luck with your project! I will keep this issue open in case you or other folks have questions about the implementation or design decisions.

Happy Coding!, Kevin