When I have two MongoDB documents like this...
db.test.insert( {\"value\" : \"10123\"} ); db.test.insert( {\"value\" : \"160\"} );
The resu
$gt wasn't set for this use case. You would have to use regex for strings. Probably easier to just create a new field with the number as a number.