Details
-
Bug
-
Resolution: Duplicate
-
Major - P3
-
None
-
2.6.5
-
None
-
ALL
-
Description
like this query
|
{
|
"fieldsValue" : {
|
"$elemMatch" : {
|
"namePath" : {
|
"$elemMatch" : {
|
"$in" : ["some word"]
|
}
|
}
|
}
|
}
|
}
|
at 2.4.8 version can work ok,at 2.6.5 find nothing,not test other version
Attachments
Issue Links
- duplicates
-
SERVER-13963 Different Results from nested array query
-
- Closed
-
- related to
-
SERVER-1264 $elemMatch on subArray
-
- Closed
-