My database shows 14000 documents
When I do an export I get 14000 documents (same number as shown in the console)
However when I ask either the IDOL Content Server or QMS I receive 9954 results. The documentation says specifying MaxResults=0 is Infinite. I've also tried 15000 and still I get 9954 results.
https://server:port/a=List&DatabaseMatch=myDB&Print=Fields&PrintFields=DREREFERENCE&MaxResults=0
I've done a comparison between the two result sets and I have not found a reason why approx 1/3 of the items are not returned.
Is there a way, other than doing an export, to get a full list? Is there a way to do an export and get the results through the REST call and not written to disk?