-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Environment:OS:
node.js / npm versions:
Additional info:
-
Developer Tools
-
Not Needed
-
Iteration Hippocamp
Try running something like
```
db.foo.findAndModify({
query:
,
fields:
,
update: { $set:
},
});
```
You'll see that foo is returned in the result of this query even if it is excluded via `fields`.
See Slack channel thread here:
https://mongodb.slack.com/archives/C0V2M1UH3/p1719607938376519
Created with Jira Integration+ for gaurab.aryal (gaurab.aryal@mongodb.com)