You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When testing queries in the API, I often want to explore the number of products matching a given query, even without looking into the data themselves. e.g. I run a query with limit=0. Doing this for broad queries I reach a cap of 10000 in summary/hits.
I can't obviously find this documented limit in the docs,
there are many use cases for counting products which could run into millions.
Given that we already have the limit keyword, I don't understand why "hits" is limited here and would really like to be able to count products into the millions.
🕵️ Expected behavior
I expected summar/hits of the response to give the accurate number of results for my query, and not an artificial limit.
Checked for duplicates
Yes - I've already checked
🐛 Describe the bug
When testing queries in the API, I often want to explore the number of products matching a given query, even without looking into the data themselves. e.g. I run a query with limit=0. Doing this for broad queries I reach a cap of 10000 in summary/hits.
Given that we already have the limit keyword, I don't understand why "hits" is limited here and would really like to be able to count products into the millions.
🕵️ Expected behavior
I expected summar/hits of the response to give the accurate number of results for my query, and not an artificial limit.
📜 To Reproduce
This returns 10000
🖥 Environment Info
No response
📚 Version of Software Used
No response
🩺 Test Data / Additional context
No response
🦄 Related requirements
🦄 #xyz
⚙️ Engineering Details
No response
The text was updated successfully, but these errors were encountered: