I have a MongoDB collection with documents in the following format:
{ \"_id\" : ObjectId(\"4e8ae86d08101908e1000001\"), \"name\" : [\"Name\"], \"zipcod
db.inventory.find( { dim_cm: { $elemMatch: { $gt: 22, $lt: 30 } } } )
you can use $gt and $lt in query.
$gt
$lt