-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
Currently, collection.FindOne takes the same options as collection.Find, which means that a user can specify the Limit option on a FindOne operation. We should rectify this by making a separate FindOneOptioner type.