Details
-
Bug
-
Resolution: Won't Fix
-
Major - P3
-
None
-
*Location*: https://docs.mongodb.org/manual/reference/method/db.collection.copyTo/
*User-Agent*: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.80 Safari/537.36
*Referrer*: https://www.google.com/
*Screen Resolution*: 1366 x 768
*repo*: docs
*source*: reference/method/db.collection.copyTo
*Location*: https://docs.mongodb.org/manual/reference/method/db.collection.copyTo/ *User-Agent*: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.80 Safari/537.36 *Referrer*: https://www.google.com/ *Screen Resolution*: 1366 x 768 *repo*: docs *source*: reference/method/db.collection.copyTo
-
0.25
Description
Hi , I would like give a feedback,
In my first two visits to this page , I couldn't understand the type of newCollection should be string. I was trying to execute commands like
db.production.copyTo(staging) or db.production.copyTo(staging),
but after I understood the type was string then I was able to execute command correctly.
I think you should indicate type string better.