-
Type: Bug
-
Resolution: Fixed
-
Priority: Minor - P4
-
Affects Version/s: None
-
Component/s: i18n
-
Environment:OS: MacOS (non M1)
node.js / npm versions:
Additional info:
Problem Statement/Rationale
What is going wrong? What action would you like the Engineering team to take?
Hi mongosh team,
I noticed when running db.collection.find.help() the definition only includes db.collection.find(query, projection) the docs page has a 3rd options parameter: https://docs.mongodb.com/manual/reference/method/db.collection.find.
I think the help text should this be updated. See shell output gist below.
Shell output: https://gist.github.com/ianf-mongodb/ae63443e373a99812dde6db51bd64d2a
Steps to Reproduce
How could an engineer replicate the issue you’re reporting?
db.collection.find.help()
Expected Results
What do you expect to happen?
db.collection.find(query, projection, options)
Actual Results
What do you observe is happening?
db.collection.find(query, projection)
Additional Notes
Any additional information that may be useful to include.