Currently, this type can't use any of the comparison types $lt, $lte, $gt, or $gte. Adding them should be pretty simple, it just requires casting the values to numbers.
mongoose-long supports it, there's no real reason this type couldn't do the same thing.
Currently, this type can't use any of the comparison types
$lt
,$lte
,$gt
, or$gte
. Adding them should be pretty simple, it just requires casting the values to numbers.mongoose-long supports it, there's no real reason this type couldn't do the same thing.