[MODM-135] [Cursor] ReferenceMany sort mapping not working Created: 25/Mar/11 Updated: 26/Mar/11 |
|
| Status: | Open |
| Project: | Doctrine MongoDB ODM |
| Component/s: | None |
| Affects Version/s: | 1.0.0BETA3 |
| Fix Version/s: | None |
| Type: | Bug | Priority: | Major |
| Reporter: | jules b | Assignee: | Jonathan H. Wage |
| Resolution: | Unresolved | Votes: | 1 |
| Labels: | None | ||
| Environment: |
Macosx |
||
| Attachments: |
|
| Description |
|
I have a document like this: /** @Document */ /** @ReferenceMany(sort= {"order"="asc"}) */ If i have well understood things, i can do: $blocks = $dm->getRepository('Page') blocks should now be sorted by $order property. This behaviour doesn't seems to work (or maybe i'm missing something). i made the priority major because in my case i haven't found a workaround (i'm using nested referenceMany, a child can have children, which can have children, ..). |