[SERVER-2317] Unindexed array field sorts incorrectly Created: 31/Dec/10 Updated: 31/Dec/10 Resolved: 31/Dec/10 |
|
| Status: | Closed |
| Project: | Core Server |
| Component/s: | Querying |
| Affects Version/s: | 1.7.4 |
| Fix Version/s: | None |
| Type: | Bug | Priority: | Major - P3 |
| Reporter: | Scott Hernandez (Inactive) | Assignee: | Unassigned |
| Resolution: | Duplicate | Votes: | 0 |
| Labels: | None | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | Not Specified | ||
| Operating System: | ALL |
| Participants: |
| Description |
|
//wrong order ); , { "points" : 42 } ] } , { "points" : 33 } ] } , { "points" : 36 }, { "points" : 28 } ] } , { "points" : 42 } ] } , { "points" : 29 }] } db.games.ensureIndex( {"decks.points": -1}) //correct order ); , { "points" : 42 } ] } , { "points" : 33 } ] } , { "points" : 42 } ] } , { "points" : 29 } ] } , { "points" : 36 }, { "points" : 28 } ] } |
| Comments |
| Comment by Eliot Horowitz (Inactive) [ 31/Dec/10 ] |
|
See |