Thanks Martijn. I know what you mean, but in my case I want to sort the groups
using both "sort" keys and then inside each group it should use the
"group.sort".
If you take a look at the query you will see both regular sorting keys
&sort=location_weight_i desc, weight_i desc. The issue here is
Hi Mauro,
During the first pass search the sort param is used to determine the top N
groups. Then during the second pass search the documents inside the top N
groups are sorted using the group.sort parameter. The group.sort doesn't
change how the groups them self are sorted.
Martijn
On 11 Januar
Hi, I'm having some issues trying to sort my grouped results by more than one
field. If I use just one, independently of which I use it just work fine (I
mean it sorts).
I have a case that the first sorting key is equal for all the head docs of each
group, so I expect to return the groups sor