Open SamJUK opened 3 weeks ago
Implements an independent search page on the route /search/ to allow for OpenSearch / Custom Search Engines to query the site.
/search/
Utilises the q search parameter to preload the search term on page load. E.G https://localhost:5713/search?q=api
q
https://localhost:5713/search?q=api
Description
Implements an independent search page on the route
/search/
to allow for OpenSearch / Custom Search Engines to query the site.Utilises the
q
search parameter to preload the search term on page load. E.Ghttps://localhost:5713/search?q=api
Linked Issues
2983
4327
Additional Context