Details
-
Typo
-
Status: Closed
-
Minor - P4
-
Resolution: Fixed
-
None
-
None
-
N/A
-
1
-
CET: Nirvana (18-24 May 21)
-
true
Description
Description
In the Atlas Search documentation, on the page about "Explain" I think there is a typo in the queryPlanner example: Explain — MongoDB Atlas
The example shows:
db.movies.verbosity("queryPlanner").aggregate([ |
I don't think that verbosity is a function. Perhaps it should actually be explain, as in:
db.movies.explain("queryPlanner").aggregate([ |