I have 2 facets working pretty well... within each facet i want to sort by something relevant.
ThinkingSphinx.facets(search_string, :sort_mode => :extended, :order => "is_wild_type desc, year desc, @relevance desc") is_wild_type is a boolean attribute of one facet (polymerase) year is an attribute of the other facet (reference) I think i may be approaching this wrong... I don't need a strict search order, but I would like more recent references and wild type polymerases to have higher relevance. How can I achieve what I'm trying to do? Thanks! Brad -- 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.
