I manually deleted some response documents from a parent document through the notes client.
I then ran some code which gets a document collection by ParentDoc.responses. The resulting collection shows these deleted documents in the collection’s count.
When I loop through the collection and reach the deleted docs they are returned as “NOTHING.”
We do not have soft deletions enabled. We have “Remove documents not modified after” set to 90 days.
Could this be the deletion stubs remaining? Corruption? (There is no other evidence of corruption) I have performed this type of operation before without encountering this issue.