jeromelebel/MongoHub-Mac

Allow advanced data in update tab

m7r opened this issue · 7 comments

m7r commented

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.

Should be fixed in 2.7b18

m7r commented

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

So I missed:

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

?

m7r commented

right:

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

$bit

Hopefully, it should be correct in 2.7b19

m7r commented

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