distributeaid.org
distributeaid.org copied to clipboard
Integrate a site-wide search
Perhaps using Algolia
Goals:
- [ ] mention Algolia in the Data Privacy section of the page
- [ ] Integrate Algolia package
- [ ] Index site using Algolia
- [ ] Design/implement search bar
- [ ] Deploy hook to rebuild Algolia index
We've used Algolia with the COVID-19 resources project and had good results.
How much content is it? Could fuse.js work?
Yes, absolutely. The site will not turn into a publishing platform, so having the search DB in the client will be fine.
Here is my fuse implementation on my own site if that is helpful.