
Inconsistent result of "order" method
Reported by Georg Ledermann | July 17th, 2009 @ 10:23 AM
Please have a look at this:
>> Document.search("descend_by_datetime" => true).order
=> nil
>> Document.search(:order => "descend_by_datetime").order
=> "descend_by_datetime"
>> Document.search(:order => "datetime DESC").order
=> "datetime DESC"
IMHO the "order" method should always return the same result.
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
Provides common named scopes and object based searching.