ozomer / node-red-contrib-mongodb2

MongoDB driver node for Node-RED
Apache License 2.0
15 stars 19 forks source link

How to not suppress _id #9

Closed Gervwyk closed 7 years ago

Gervwyk commented 7 years ago

I'm trying to read data from one collection to another and need the object _ids to propagate. I can't get my find queries to return _ids. I looked at #8 to do this by setting {_id: 1} in the projection but it does not return the _id as well. Any ideas?

Gervwyk commented 7 years ago

This is resolved. Its was caused by an issue in NR 0.16.0 and fixed. https://github.com/node-red/node-red/issues/1144#issuecomment-278595002