I have a working search box in my nav bar, what I'd like to implement now is a search page, eg mysite/search.html
- ideally so I can set up links to my site with mysite/search.html?q=QUERYSTRING
An example of this working in practice is shown here.
I'm using the material theme and my config is here. The site is here.
The search.html
appears to be in the material repo, however it doesn't appear in my build. I'm using mkdocs v1.1.2 and mkdocs-material 5.5.0