Details
-
Improvement
-
Resolution: Fixed
-
Major
-
1.9 RC1
-
None
-
Unknown
-
Description
Currently the REST subsystem uses API calls like
getSpaces()
getSpaceDocsName()
getgetChildren()
in order to retrieve pages, spaces and children.
The whole result is then filtered if "start" and "number" parameters are specified.
This is clearly inefficient and an explicit query could speed things up, also taking into account start and number parameters directly.