You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ideally I'd like a place where I can write my own complex queries and statements without the restrictions of the criteria/projection/sort window or complex updates and deletes.
Unfortunately the plugin doesn't support this feature. But indeed this could be something nice to have.
Maybe something like adding the ability to save js scripts as "MongoDB script" and so they could be run against any mongo database.
This is really a needed feature, I got a query to execute against a mongo DB and I was searching minutes and now I see that this is not implemented... I have similar query: db.getCollection('whatever').update(...
Ideally I'd like a place where I can write my own complex queries and statements without the restrictions of the criteria/projection/sort window or complex updates and deletes.
i.e db.mycollection.find({some criteria}).forEach(function(res){...})
I couldn't find a way to do this. Am I missing something or is there a way to achieve this?
The text was updated successfully, but these errors were encountered: