I am new to Algolia. I am building a search feature for a client with Algolia. The site is build with Gatsby/React and hosted on Netlify.
A search box needs to be on every page. When a user types in the search term I need to show a list of suggestions.
When the user clicks on any suggestion or hits the enter key I need to go to a separate search page that is showing all results for the search. Search results need to be shown in chunks with a show more button. I also need to show categories so the user can narrow the results.
I have build a simple search with the gatsby-algolia-plugin following a tutorial on the gatsby website. The tutorial uses instant search and shows search results under the searchbox. It is not clear to me how to get to what I described earlier.
Can anybody give me any pointers as to how to approach this?