-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
find.toArray returning an object of objects instead of an array #37
Comments
I have the same problem with node-red-contrib-mongodb3 but using node-red-contrib-mongodb2 return an array. node-red-contrib-mongodb3 node-red-contrib-mongodb2 |
Same pb. The problem was not present in 1.0.0 version. |
I'm sorry but I don't have time to work on this. We are no longer using Node-RED in my company so I don't have motivation to make that effort 😅 |
a workaround would be to add a function node after the mongodb node and convert the object to an array within nodered: |
As the title says, find.toArray returning an object of objects instead of an array.
Is this by design?
The text was updated successfully, but these errors were encountered: