gab gab
04/19/2022, 10:22 AMfacet_by
but it doesn't seem to be the proper way of doing it.Kishore Nallan
04/19/2022, 10:25 AMgab gab
04/19/2022, 10:25 AMKishore Nallan
04/19/2022, 10:26 AMgab gab
04/19/2022, 10:29 AMKishore Nallan
04/19/2022, 10:37 AMKishore Nallan
04/19/2022, 10:38 AMgroup_limit: 1
to limit to just a single doc per group.gab gab
04/19/2022, 10:50 AM{
"collection": "warehouses",
"query_by": "name",
"per_page": 20,
"page":"1",
"group_by": "city",
"q":"",
"sort_by":"city:asc",
"group_limit": 1,
}
Kishore Nallan
04/19/2022, 10:53 AM