Closed
Bug 1323709
Opened 9 years ago
Closed 6 years ago
"limit" set to 0 should return all the results
Categories
(bugzilla.mozilla.org :: API, defect)
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: calixte, Unassigned)
References
Details
The query https://bugzilla.mozilla.org/rest/bug?f1=cf_crash_signature&o1=isnotempty&limit=0&include_fields=id&include_fields=cf_crash_signature should return all the results as wrote in [1]. Instead of that, only 10.000 results are returned.
[1] http://bugzilla.readthedocs.io/en/latest/api/core/v1/bug.html#search-bugs
Updated•6 years ago
|
Assignee: query-and-buglist → nobody
Component: Query/Bug List → API
Product: Bugzilla → bugzilla.mozilla.org
QA Contact: default-qa
Version: unspecified → Production
Comment 1•6 years ago
|
||
Looks like this is a gotcha to avoid DoS-like attacks. Will update the doc in Bug 1276471.
You need to log in
before you can comment on or make changes to this bug.
Description
•