Bug #846
Default count and total in ObjectList
Start date:
Due date:
% Done:
100%
Milestone:
None
Product Version:
*
Story Points:
Sprint:
Description
If count is not provided in the query to MN_replication.listObjects() or CN_query.search(), the default returned is a maximum of 1000.
If the count is not provided in the query, and the total < 1000, then the count should equal total. If the total > 1000, then the count returned should be 1000.
Currently, if count is not provided, then the count returned is 1000 regardless of whether the total is over 1000.
History
#1 Updated by Robert Waltz over 14 years ago
- Status changed from New to In Progress
#2 Updated by Robert Waltz over 14 years ago
- Status changed from In Progress to Closed