Duston C. Suits 19.Jul.12 11:25 AM a Web browser Domino DesignerAll ReleasesAll Platforms
I have a mystery...
I have a view whose selection formula is:
SELECT Form="app" and an agent with the code snippet
set documentCollection=view.AllEntries
It returned 112,288 documents. I also have another agent that runs about the same time against the same database. The code snippet for that agent is:
fomula = {SELECT Form="app"}
set documentCollection=db.search(formula, nothing, 0)
and it returns 112.287 documents.
For the life of me, I can't see what it is about that one document that sets it apart. There are no readers/authors fields, and the document is not new. The document appears in other views as well. Any suggestions?
It happens to be running on 8.5.2 but I don't think that's necessarily the issue.