I have a Gatsby project which uses Contentful. All good - I can retrieve blogs for example and display them.
But if I want to provide a search facility to search through potentially 1000s of posts and display the relevant results - how can I do this?
I'm not even sure how to start this - presumably the "result page" would be a different route as the current route is already resolved as a static file - but I am not sure how I would route this anyway when Gatsby already has routing.
Anyone got a starter-template for this? Would be good to have one!
thanks