Show HN: Front End Fuzzy and Substring and Prefix Search
56 points| kmschaal | 4 months ago |github.com
GitHub: https://github.com/m31coding/fuzzy-search Live demo: https://www.m31coding.com/fuzzy-search-demo.html
I would love to hear your feedback and any suggestions you may have for improving the library.
Happy coding!
brimtown|4 months ago
https://github.com/leeoniya/uFuzzy
kmschaal|4 months ago
kmschaal|4 months ago
The prefix search uses the same suffix array as the substring search. This approach might also be useful for other search libraries that rely on suffix arrays. It can improve the search experience with minimal additional effort.
Happy to discuss the implementation details if anyone’s curious!