Database

[{"key":1},{"key":2}]

Query

db.collection.aggregate([{$match:{$expr:{$and:[{$gte:[{$toDouble:"$ContentAverageRating"},3.0]},{$lte:[{$toDouble:"$ContentTime"},15.0]}]}}}])

Result