I have a basic search page that replaces html in a div with the search results.
Clicking on one of the search results brings up a detail page. And I have a link on that detail page that says "Go back to search results".
My problem is that it just generates a link to the root_url. Is there a way I can generate a valid back link to those AJAX search results?