A method for FileCursor instance or Collection.clone(<_id>) will be good for applications that have duplication needs.
For example, wekan can copy cards, so when I copy a card the corresponded attachments also need to be copied. In this case, a clone method will be convenient.
It will also be good if we can pass an option that defines something that will not be cloned but use the passed parameters instead.
A method for
FileCursorinstance orCollection.clone(<_id>)will be good for applications that have duplication needs.For example,
wekancan copy cards, so when I copy a card the corresponded attachments also need to be copied. In this case, a clone method will be convenient.It will also be good if we can pass an option that defines something that will not be cloned but use the passed parameters instead.