Files
mongo/jstests/or8.js
2010-06-15 12:29:27 -07:00

7 lines
158 B
JavaScript

// missing collection
t = db.jstests_or8;
t.drop();
t.find({ "$or": [ { "PropA": { "$lt": "b" } }, { "PropA": { "$lt": "b", "$gt": "a" } } ] }).toArray();