-
Bug
-
Resolution: Unresolved
-
Low
-
None
-
1
-
Minor
Issue Summary
The value of totalSize in the response is incorrect.
Steps to Reproduce
- Call the REST API endpoint - Search content
https://your-domain.atlassian.net/wiki/rest/api/search?cql=\ {cql}
Expected Results
The value of the "totalSize" key matches the number of contents.
Actual Results
It returns as below.
"totalSize": 10000
Workaround
Currently there is no known workaround for this behavior. A workaround will be added here when available.
- mentioned in
-
Page Failed to load
Definitely a bug seems to have been caused by recent changes to the Opensearch client, causing the max results returned to be capped at 10k.
Using pagination cursors still works and returns results beyond 10k, however the result counts in CQL and in Advanced search are wrong.