Hi everyone! We are seeing that typesense returns ...
# community-help
v
Hi everyone! We are seeing that typesense returns data in a random order when using
group_by
param. I am explicitly providing
sort_by
to see if that helps as well. Here's an example query
Copy code
q=skirt&query_by=searchText0,searchText1,searchText2&per_page=10&group_by=productID&group_limit=50&sort_by=publicationDate:desc,rankingScore:desc&filter_by=category:=[`Skirt`]
our cloud typesense cluster version is
Typesense v0.24.1
. Am I missing something? Any help is appreciated, thanks.