Is this still the case? It seems like named_scope is ignored as of 1.4.3... but how about the v2 branch? Does TS support dynamic arel queries?
I could see why conditions, orders, and limits would be ignored... but it's tough not being able to include includes to avoid N+1 queries... what's the best way to do it? search_for_ids then pass those to a named_scope find? with_scope seems to work too... -- 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.
