Given this test:
It seems that after calling Store(), the generated ID uses pascal casing (MyDocuments/1), but when I query for the document it returns lowercase.
I understand that lowercase is used internally and that queries for ID are case-insensitive. It seems odd that the generator uses mixed case though.
(I hit this because I import a bunch of documents, and then store the generated document ID for reference later - but when I check my list of ID's I don't get a match because the case has changed)
Paul