monger.operators

Provides vars that represent various MongoDB operators, for example, $gt or $in or $regex.
They can be passed in queries as strings but using vars from this namespace makes the code
a bit cleaner and closer to what you would see in a MongoDB shell query.

Related documentation guide: http://clojuremongodb.info/articles/querying.html

$add

$addToSet

$all

$and

$avg

$bit

$cmp

$cond

$dayOfMonth

$dayOfWeek

$dayOfYear

$divide

$each

$elemMatch

$exists

$first

$geoIntersects

$geoWithin

$group

$gt

$gte

$hour

$ifNull

$in

$inc

$isoDate

$language

$last

$limit

$lt

$lte

$match

$max

$millisecond

$min

$minute

$mod

$month

$mul

$multiply

$natural

$ne

$near

$nin

$nor

$not

$options

$or

$pop

$project

$pull

$pullAll

$push

$pushAll

$regex

$rename

$search

$second

$set

$setOnInsert

$size

$skip

$slice

$sort

$strcasecmp

$substr

$substract

$sum

$text

$toLower

$toUpper

$type

$unset

$unwind

$week

$year