Date: 2018-02-20
This tutorial explains MongoDB's comparison query operators: $eq (equals), $gt (greater than), $gte (greater than or equal to), $lt (less than), $lte (less than or equal to), $in (in array), $nin (not in array), and $ne (not equals)...