openpracticelibrary / openpracticelibrary

Practices and ideas that empower teams to collaborate and deliver iteratively
https://openpracticelibrary.com/
Apache License 2.0
200 stars 93 forks source link

Upgrade search functionality #1800

Open tim-stasse opened 2 years ago

tim-stasse commented 2 years ago

As a practitioner, I want the search bar to search the entire practice content (not just filter by title), so that I can easily find practices relevant to my search criteria (that I may not already be aware of)

kattekrab commented 2 years ago

@tim-stasse any progress on this? Or ideas to share?

kattekrab commented 2 years ago

@tim-stasse ping?

tim-stasse commented 1 year ago

A quick google found this: https://mrkaluzny.com/blog/full-text-search-with-gatsby-and-netlify-cms/

We could do something similar, but I'm thinking we may want to redesign the current search/filter bar when we move to a full search.

Alternatively, we could use algolia with gatsby, it comes with an out of the box solution for the UI, but it's a paid SaaS product (though it has a free tier too).