-
Type: Bug
-
Resolution: Unresolved
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
Environment:OS:
node.js / npm versions:
Additional info:
Problem Statement/Rationale
Inserting ObjectId in the query input doesn't filter documents
Steps to Reproduce
Enter a valid ObjectId in the query bar filter input
Expected Results
Get filtered results from the server
Actual Results
Error:
Failed to parse: filter: ObjectId('...'). 'filter' field must be of BSON type object.
Additional Notes
Regression in driver, will go away when NODE-5126 is fixed and we update
- depends on
-
NODE-5126 Find operations fail when passed an ObjectId as a filter
- Closed