Hello, I've tried asking my question<http://stackoverflow.com/questions/14738753/how-to-sort-search-results-based-on-a-field-value-in-sphinx-rails>on Stack Overflow but haven't had any luck so I thought I'd try here. Any help would be greatly appreciated.
I'm wondering if there's a way I can build my indices in such a way soas to be able to sort on a Date of the Project's related Model, where the search matches specific :names of the `related` Model's value. I've explained more thoroughly in the StackOverflow question but essentially I'm trying to do this: Project.search(query, :order => "due_date desc", :match_mode => :extended) But I only want to return Project results where a Schedule matches a specific :name value. Please let me know if that doesn't make sense. Right now I've solved this problem with sorting post-search, I'm hoping there's a way within the domain of Sphinx/Thinking-Sphinx to accomplish this. Thanks -- 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?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
