Open
Description
According to cloudant in node documentation (see below quote), deletion of multiple docs should be supported:
"It is also possible to delete documents from the database by providing values for _id and _rev and selecting the remove option for the node. You can pass these values in the msg object itself or as an object in the msg.payload."
According to the code in 77-cloudant-cf.js, for case: node.operation === "delete", collection of document objects is not supported.
Is it planned for future release ?
Metadata
Metadata
Assignees
Labels
No labels