db.tags_test.insert(
{ tags: [1, 2, 3, 4] });
db.tags_test.find({ tags:
});
- depends on
-
SERVER-958 Range queries on arrays behave differently with indexes
- Closed
- is duplicated by
-
SERVER-2689 Inconsistent behavior when combining $all with other operators
- Closed