I am supporting a static website that uses Algolia-based search (TypeSense). Search results are displayed in a dropdown menu beside the search bar. Site users would like to see a traditional dedicated search page with results.
I tried to search for a solution online, and I got as far as understanding that i need to create a mostly blank page, then modify the search JavaScript to reroute the search query to that page.
I created a blank page, but I don't understand how to modify the JavaScript. It seems like a pretty simple solution that I can't get my head around. Can you help me to solve it?