-
Type: Bug
-
Resolution: Duplicate
-
Priority: Major - P3
-
None
-
Affects Version/s: 2.2.2
-
Component/s: Index Maintenance, Write Ops
-
None
-
ALL
-
When performing an update using the positional operator on a field that contains an indexed subfield, the index is not updated. The result is that the document cannot be found via the index after the update. If you drop the index, the document can be found.
- duplicates
-
SERVER-7511 update code does not properly determine if a positional mod is indexed, fix Mod::isIndexed()
- Closed