Hello! How do `hits`, `groupedHits` , `page` and `...
# random
n
Hello! How do
hits
,
groupedHits
,
page
and
perPage
interact? For example: My search results in 40 hits, but when the groupBy is applied, it becomes 8 groups. If my
perPage
is 5, would I receive the top 5
groupedHits
?
j
That’s right when using group_by, page and per_page correspond to the number of groups