I have a classifieds website where users may search ads.
I wonder if I can somehow store search criteria and whenever the users wishes, reuse that search criteria to make another search again, exactly the same... ?
This would make it easier for users to search for a specific car for instance, and not have to fill in all the details such as year, make, mileage, fuel etc...
BTW, I am planning on using either Sphinx or SOLR as a "search engine"... Currently it is MYSQL but I have to change that...
And the website is mostly PHP based.
Thanks