~Cheryl ElhipigenlenApr 8, 2014, 2:49 PM366 PostsI believe this code does not work i ran into this this past week as well. It would find "some" but not all of the categories. There seems to be a bug in this method going back to 8.5.3. Needs to be SPR'd. I had to create a flat view and that worked.
~Anita MinasteringsApr 9, 2014, 9:48 AM298 Posts*Correct, it only finds the first category not all of them
~Anita KinisonoopsiApr 9, 2014, 1:17 PM54 PostsNotesDocumentCollection works If you use var vec:NotesDocumentCollection = v.getAllDocumentsByKey(query); instead of var vec:NotesViewEntryCollection = v.getAllEntriesByKey(query); you will get the correct number of documents.
~Lily EkrethernivuApr 14, 2014, 12:58 PM51 PostsNotesDocumentCollection works I tried this way also var vec:NotesDocumentCollection = v.getAllDocumentsByKey(query); But no use..