jeancroy / FuzzySearch

:mag: Fast autocomplete suggestion engine using approximate string matching
MIT License
194 stars 32 forks source link

using a different UI #35

Open halukkaramete opened 2 years ago

halukkaramete commented 2 years ago

Is it possible to integrate your library into this UI: https://github.com/farzher/fuzzysort The demo of that repo is here: https://rawgit.com/farzher/fuzzysort/master/test.html

His search alg is fast but only good for words. Yours is superior but the his UI is excellent.

jeancroy commented 2 years ago

If I'm not mistaken he does not have any UI library. The whole UI is built in test.html so you can use that and any engine.

Jean Christophe Roy

On Wed, Mar 23, 2022 at 12:06 AM Haluk Karamete @.***> wrote:

Is it possible to integrate your library into this UI: https://github.com/farzher/fuzzysort The demo of that repo is here: https://rawgit.com/farzher/fuzzysort/master/test.html

His search alg is fast but only good for words. Yours is superior but the his UI is excellent.

— Reply to this email directly, view it on GitHub https://github.com/jeancroy/FuzzySearch/issues/35, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADBMEEWUCNGOS3SZVNWBCETVBKKEPANCNFSM5RMY7I3Q . You are receiving this because you are subscribed to this thread.Message ID: @.***>

jeancroy commented 2 years ago

I realize the library I use as an example is a few year olds so if you do some work to integrate that UI I can assist you and end up updating the html example