Is this even possible?
Here's the problem:
I have a keyword search with this URL(after searching) : http://localhost/thi/search?keyword=key
Then I have a slider search which uses the AjaxForm plugin (jquery)...
when I perform a slider search, obviously I will still be in the keyword search URL (because the request is sent via ajax)
Is there a way to change the current url to something like http://localhost/thi/search?price=100 (the slider submits via GET with price as a GET variable)
I wish to do so because I want the search results from the slider to be bookmarked...or is there any alternative way of doing this?