Redirect to the index page using the given sort parameter.
Clear the search input and the current controller's active search.
Redirect to the index page without a search filter. This is called when the 'x' is clicked in the search box in the header.
If we are displaying the full results of a search (not just a preview), this value should return the query that prompted that search.
In this generic class, full page searching is not supported. This method should be implemented by subclasses that do support it.
Check if this query has been searched before.
Get parameters to be used in the current page.
Get URL parameters that stick between filter changes.
This can be used to generate a link that clears filters.
Generated using TypeDoc version 0.22.10
Mark that we have already searched for this query so that we don't have to ping the endpoint again.