Description
Both DocumentStore implementation do not implement the find methods correctly. The fromKey is specified to be exclusive, but both implementation may return a first match with a key equals to fromKey if such a document exists.
Both DocumentStore implementation do not implement the find methods correctly. The fromKey is specified to be exclusive, but both implementation may return a first match with a key equals to fromKey if such a document exists.