meta_search icon indicating copy to clipboard operation
meta_search copied to clipboard

Use reorder instead of order to override default_scope order.

Open webervin opened this issue 13 years ago • 0 comments

Only other way to override default scope order AND keep power of meta_search ordering would be: ModelClass.reorder(true).search(.....) which seems a bit awful to me, and may explode for some databases.

webervin avatar Jan 26 '12 09:01 webervin