I have a query where i want to group by owner and ...
# community-help
b
I have a query where i want to group by owner and filer_by a list of different numbers, if i do the query without group by it works like i expect, but if i group by results are missing, any hints?
Copy code
filter_by=number.template_id:[195,196,197,198,199,200,201,202,203,204,205,206]
group_by:owner
j
group_limit
is set to 3 by default, so I suspect the results are being excluded because of that
b
Ok. Well i got it working without using group by
j
Could you set
group_limit: 99
to see if the results you’re expecting are included?
b
I can try in the ui and see. Btw what is the best tool for trying out adhoc queries in typesense cloud. I find the built in query tool a bit hard to use sometimes
Like if i add an aditional filter i cannot edit it
j
Using the “Additional Search Parameters” text box would be the best way at the moment
b
is it possible to suggest enhancements to that and where would you like the issues?
j
GitHub issues for the Typesense repo would be good