countPages
Description
Returns the number of pages that matched the CQL search query.
Parameters
Return Type
Number
Example
string cql = "(type=page and Space=DEV) OR (creator=bobsmith and type=blogpost)";
number count = countPages(CQL);
print("Return " + count);
See also
Peacock