distributeaid.org icon indicating copy to clipboard operation
distributeaid.org copied to clipboard

Integrate a site-wide search

Open hola-soy-milk opened this issue 2 years ago • 4 comments

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

hola-soy-milk avatar Jun 20 '22 16:06 hola-soy-milk

We've used Algolia with the COVID-19 resources project and had good results.

coderbyheart avatar Sep 03 '22 22:09 coderbyheart

How much content is it? Could fuse.js work?

raae avatar Sep 03 '22 22:09 raae

Yes, absolutely. The site will not turn into a publishing platform, so having the search DB in the client will be fine.

coderbyheart avatar Sep 03 '22 22:09 coderbyheart

Here is my fuse implementation on my own site if that is helpful.

raae avatar Sep 04 '22 17:09 raae