-
Type: Bug
-
Resolution: Duplicate
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: Querying
-
ALL
For example
> t.save(
{a:[1]} );
> t.count( {a:{$gte:[1]}} );
0
It might make sense to hold off on fixing these cases until after the matcher / qo refactor.
- is duplicated by
-
SERVER-11377 $gte doesn't match whole arrays but equality does
- Closed
- related to
-
SERVER-7388 Implement all query operators using MatchExpression
- Closed