qMongoFront Blog
qMongoFront is a GUI tools for Mongodb. It is developed using QT
Status: Beta
Brought to you by:
wgalaxy
To find documents in a collection, {find} field should be entered.
The data in {find} field should be mongodb extended json.
http://docs.mongodb.org/manual/reference/mongodb-extended-json/
eg:
{name:"jack"}
or
{age:{"$gt",16}}
or
{date:{"$date":34004495}}