It would be super nice if the free expression search would support sorting, so we can do:
User.search "status = active and comments > 1 sort : -joined_on"
or some other human-friendly syntax. Here I assumed - for descending order, and + (or no prefix) for ascending order.
Is this considered out of scope for search_cop?
I just find myself beginning to enjoy just giving the users a single search field, but now I still have to provide them with "Sort By" UI controls, which I would love to retire as well.