I'am not successfull in get this working:
sphinx_scope(:latest_first) {
{ :order => 'created_at DESC' }
}
I always retrieve 0 hits.
BTW is this possible with freelancing-god-thinking-sphinx?
named_scope :old_product, lambda { {:conditions => ["created_at < ?",
1.month.ago]} }
I run:
freelancing-god-thinking-sphinx (1.2.11)
Sphinx 0.9.9-rc1 (r1566)
Copyright (c) 2001-2008, Andrew Aksyonoff
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Thinking Sphinx" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/thinking-sphinx?hl=en
-~----------~----~----~----~------~----~------~--~---