Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
The property descriptor for the query states:
"The selection criteria; must be a valid BSON document; if omitted the entire collection will be queried"
Except that following the flow of logic it uses org.bson.Document to parse "MongoDB Extended JSON format" into a BSON document. The property descriptor needs to be updated to:
The selection criteria; must be a valid MongoDB Extended JSON format; if omitted the entire collection will be queried