-
Type: Improvement
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Internal Code, Querying
-
None
-
Minor Change
Backward breaking changes:
1: this now correctly matches everything :
{ a : { $not : { $gt : 5, $lt : 4 } } }
2: no longer support broken geo within behavior:
{ loc : { home : [], work : [] } }
3:
{ "a.b" : null }no longer matches
{ a : [] }4:
{ a : null }not impacted by sparse index on a
5:
{ "a.b" : null }consistent
- depends on
-
SERVER-1009 simplify and unify query parsing code
- Closed
- is depended on by
-
SERVER-1367 create an $eq operator for queries that works similar to $gte and $lte
- Closed
- is related to
-
SERVER-7445 $in operator should require an array
- Closed