Hello everyone, We are using typesense search wit...
# random
a
Hello everyone, We are using typesense search with
group_by: my_group_attribute_id.
Its working fine when we have the attribute
my_group_attribute_id
value not null. But, if we don't have
my_group_attribute_id
in some records and all of them grouped in (by all null
my_group_attribute_id
value) as one group. We don't want to make
my_group_attribute_id
as mandatory attribute(means it can be null). Is there a way to solve this problem?