pixelstew / gatsby-paginate

A simple library for paginating posts in Gatsby js.
GNU General Public License v3.0
123 stars 26 forks source link

How to add searching to gatsby-paginate? #33

Open jeremylynch opened 6 years ago

jeremylynch commented 6 years ago

Is it possible to add searching with pagination? Ie. by using Algolia

pixelstew commented 6 years ago

Hi. Having not used Algolia I'm not sure what the prerequisites are?

I'm lead to believe you upload a json of your data for them to store/cache etc? This should be achievable, but with little expertise on the subject i will have to defer to someone else to answer.

jeremylynch commented 6 years ago

I think I was being too specific, instead is there any way you could combine searching with gatsby-paginate?