Is it possible to perform a multiple order_by while searching using Searchlogic?
What I want to do is to search somehow like this:
User.ascend_by_id.ascend_by_email
I saw a corresponding ticket: on github project page. But still would like to hack on that and somehow perform this find.
Is it possible?