-
Type: Bug
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
ALL
Example:
t.save( { a:{ b:{ c:1, d:2 } } } );
t.ensureIndex( { 'a.b.c':1 } );
print( t.count( { a:{ $elemMatch:{ b:{ $elemMatch:{ c:1, d:2 } } } } } ) );