Hello,
we have a customer who is having an issue with our addon. In one of our pages they cannot see all the pages from the space. We have this CQL to retrieve them:
type in (page,blogpost) and space=“XXXXX” order by lastmodified desc, title asc
We get this in batches of 100, so if a batch contains 100 pages we get the next one.
The problem is that they have about 1300 pages in that space, and the first batch has 100 pages but the second one 99 so we understand that confluence is saying that there are only 199 pages.
What can be the problem? Our approach is wrong? Is there another page type? Reading the documentation the types are only: page, blogpost, attachment and comment?
Thanks in advance