binarylogic / searchlogic

Searchlogic provides object based searching, common named scopes, and other useful tools.
http://rdoc.info/projects/binarylogic/searchlogic
MIT License
1.4k stars 133 forks source link

Big and Ugly URL #132

Closed RaduPoe closed 13 years ago

RaduPoe commented 13 years ago

I have some long fields created by the fact that I am searching in related objects and my querystring becomes huge.

Is there a possibility to save the search params in a hidden field or in a session variable instead of merging them into querystring?

ghost commented 13 years ago

This is really unrelated to searchlogic. But you can submit a POST request instead of GET. Other than that, there really is nothing wrong with multiple parameters in your URL, if thats how your searching works. You could leverage something like sphinx and have them search based on a single query.