-
Bug
-
Resolution: Unresolved
-
Low
-
None
-
1
-
Minor
Issue Summary
Incorrect Total records returned during CQL call
Steps to Reproduce
- Use a tool like Postman and run the CQL -
https://site.atlassian.net/wiki/rest/api/search/user?limit=100&start=0&cql=type=user
- Please note that the limit mentioned should be more than the number of contents present.
- Post-running, note the totalsize returned, it will return the total records in the system.
- Next, run the same CQL but change the limit value to a lower number than the totalsize.
- Now, when you check the totalsize it would list the number of records returned rather than the total number of records.
Expected Results
Totalsize field should return the total records present in the system.
Actual Results
Totalsize field returns only the number of records passed using the limit parameter.
Workaround
Currently, there is no known workaround for this behaviour.
- mentioned in
-
Page Failed to load