I have a structure in my sitecore content tree
- Content Type A (Class 1)
- Content Type B (Jane)
- Content Type B (Alex)
- Content Type B (Liam)
- Content Type A (Class 2)
- Content Type B (Bob)
- Content Type A (Class 3)
- ....
I then display all Content Type B in a Checkbox List as the source for a field in another template (essentially picking related content) this works but I now need to display it in alphabetical order regardless of which Content type A content it is under ie display
- Alex
- Bob
- Jane
- Liam
rather than
- Alex
- Jane
- Liam
- Bob
I can't see any mention of syntax in the sitecore query that supports that type of ordering. Does anyone have any ideas?