-
Type:
Bug
-
Status: Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 0.5.0
-
Component/s: None
-
Labels:None
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