Jan
08/27/2024, 10:05 AM{"q":"Zucker","query_by":"*","group_by":"nr","group_limit":1,"per_page":30,"filter_by":"fd:[1725148800..1727740800]"}
is my last attempt on using the grouping feature.
the problem here is that the result is now grouped into 1 element arrays
like this
result["grouped_hits"][0]["hits"]
i would need to result['grouped_hits'].map{ |gh| gh['hits'].first }
but with this i lost all of your sorting and counting options, correct?