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

Allow advanced data in update tab #142

Closed
m7r opened this issue Sep 9, 2014 · 7 comments
Closed

Allow advanced data in update tab #142

m7r opened this issue Sep 9, 2014 · 7 comments

Comments

@m7r
Copy link

m7r commented Sep 9, 2014

In 2.7b12 the object inserted in the update input is automatically wrapped with {"$set":}

In early versions it was possible to use $unset, $push and $pull too.
Please allow this again.

@dhritzkiv
Copy link

+1

@jeromelebel
Copy link
Owner

Should be fixed in 2.7b18

@m7r
Copy link
Author

m7r commented Oct 14, 2014

Nearly there.
Please add the array modifiers from http://docs.mongodb.org/manual/reference/operator/update/ to the pulldown too. Otherwise I like it. ;-)

@jeromelebel
Copy link
Owner

So I missed:

$addToSet
$pop
$pullAll
$pull
$pushAll
$push

?

@m7r
Copy link
Author

m7r commented Oct 14, 2014

right:

$addToSet
$pop
$pullAll
$pull
$pushAll
$push

$bit

@jeromelebel
Copy link
Owner

Hopefully, it should be correct in 2.7b19

@m7r
Copy link
Author

m7r commented Oct 15, 2014

For me that's all I need.
Thanks for the fast updates.

@m7r m7r closed this as completed Oct 15, 2014
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