Can you please help me in thinking sphinx?
*Relationship:* Continent has_many :countries has_many :country_reports, through: :countries, :class_name => "Report" has_many :publishers, through: :country_reports *Expected Output:* I want to find Continent.first.publishers Please tell me how to write this in thinking sphinx rails -- You received this message because you are subscribed to the Google Groups "Thinking Sphinx" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/thinking-sphinx. For more options, visit https://groups.google.com/d/optout.
