-
Notifications
You must be signed in to change notification settings - Fork 92
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
todo: implement lightweight full text/fuzzy search #45
Comments
How would be this fuse.js? It works fine in my app and is super fast. |
yeah i use fusejs under the hood in that thing - welcome to help implement it! |
so if i'm reading this right, we can rework the search with fuse.js? |
can i take it up if so? |
#122 added fuse.js |
yup! will review your PR. we may not want to use Fuse.js exactly since it is 15kb.. there are a good list of alternatives here that at probably lighter and do almost the same thing https://github.com/leeoniya/uFuzzy#user-content-benchmark |
see also the ideas and comments in #80 |
both typesense and algolia require api key signup, which is bleh, so let's try to handroll it like chumps: https://github.com/sw-yx/netlify-plugin-search-index
The text was updated successfully, but these errors were encountered: