semirook/sphinxit

Grouping by MVA

Closed this issue · 1 comments

The behaviour in grouping by MVA is wrong now. For example, we have some query like this:

q = Sphinxit('index').cluster('mva_attr')

where 'mva_attr' is an ordinary MVA attribute. I expect to receive counted distinct values, not unique groups of them.

Done with proper group_by() method.