In MongoDB, you can use JSON-style objects such as in the following to query a collection:
db.things.find({ x : { $ne : 3 }, y : \'foo\' });
I\
As far as I can see, Mingo has wider Mongo queries support than Sift.