Skip to content
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

General Query window #61

Open
starfishmod opened this issue Feb 1, 2016 · 3 comments
Open

General Query window #61

starfishmod opened this issue Feb 1, 2016 · 3 comments

Comments

@starfishmod
Copy link

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?

@le-yams
Copy link
Owner

le-yams commented Feb 1, 2016

Hi starfishmod,

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.

Regards,
Yann

@starfishmod
Copy link
Author

@le-yams yes something that I can edit and run scripts would be perfect. Obviously it would be awesome with syntax highlighting etc :)
Thanks,
Andrew

@Chris2011
Copy link

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(...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants