Hi, I have tried group_by in real time but it's giving error. Can you please help me?
*User Index* has created_month_year,:type=>:integer As mention in some search result I have tried group_by in user index: *User Index with group by* has created_month_year,:type=>:integer group_by created_month_year *Thinking Sphinx Query* Tried below queries 1. User.search(:group_by=>"created_month_year") 2. User.search(:group_by=>:created_month_year) *Actual Output* *Error: index user_core: parse error: unknown identifier 'groupby'* *Expected Output* Its not grouping the result according to created_month_year -- 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.
