jpvalery / pricingpages

A repository of pricing pages - Inspired by RGE
https://bestpricingpages.com
MIT License
12 stars 3 forks source link

Search functionality #9

Open jpvalery opened 5 years ago

jpvalery commented 5 years ago

Is your feature request related to a problem? Please describe. As a user I can't search for a page beside the Categories page and looking at everything. I'd want to be able to search based on title of the page and tags.

Describe the solution you'd like Algolia? https://www.gatsbyjs.org/blog/2017-12-06-gatsby-plus-contentful-plus-netlify/ https://www.algolia.com/doc/guides/building-search-ui/what-is-instantsearch/react/ https://www.npmjs.com/package/algoliasearch

Additional context I really dig what Algolia offers and would trust that solution to offer a great UX. Howver I don't know how it would perform with the current stack

jpvalery commented 5 years ago

https://www.gatsbyjs.org/docs/adding-search-with-algolia/

jpvalery commented 5 years ago

The blog article referred to using https://community.algolia.com/docsearch/ but I'm not sure BPP could qualify.

The other route in the comment above seems more legit - albeit more complicated.

I'd suggest making a branch "algolia-search" to develop this feature.