Hi folks, I'm using `group_by=model` and `group_li...
# community-help
a
Hi folks, I'm using
group_by=model
and
group_limit=1
params during search to group together variants of a product model, each variant has a specific color, is there a way select which variant to display ?
k
With group limit of 1, the best matching document within the group is selected. There's no way to specify an additional selection criteria.
a
ok, thank you