-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
Currently, bson.Reader.Lookup returns (nil, nil) if no element is found. For consistency with bson.Document, it should return (nil, ErrElementNotFound) in this case.