changing limit in json api requests does not change number of results returned
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Errors |
Confirmed
|
Medium
|
Unassigned |
Bug Description
Modifying limit= parameter in a url like "https:/
Here I changed it to 200 and 50 and I always got 100 results. (The crash has 300+ instances.)
brian@snakefruit:~$ ./research-
100
brian@snakefruit:~$ vi research-
brian@snakefruit:~$ ./research-
100
Changed in errors: | |
importance: | Undecided → Medium |
status: | New → Confirmed |