aman chourasia
02/12/2024, 12:14 PMper_page
defined as
per_page no Number of hits to fetch.
When group_by is used, per_page refers to the number of groups to fetch per page, in order to properly preserve pagination.
Default: 10
NOTE: Only upto 250 hits (or **groups of hits when using group_by**) can be fetched per page.
According to definition , using group_by hits should be on group level, but its happening on document level.
'found': 38,
'found_docs': 250,
this was returned when per_page was set to 250
, here the group hits were 38
and document hits 250
is it behaving as expected or if its not working and could be a bug?Kishore Nallan
02/12/2024, 12:53 PMsangeeta sharma
04/26/2024, 12:20 PMKishore Nallan
04/26/2024, 12:24 PMsangeeta sharma
04/26/2024, 12:24 PM