Right now i have a mobile page that is a search form. User searches and gets back some results. Each result is a link with further details about the result. The user clicks the details and then clicks back. This brings them back to the search page, but the previous search is no longer there.
What is the best way to redo the search (or cache results) of the search when the user goes back to the search form?