Sorting by items like names, etc are not returned in alphabetical order.
For example, if a collection contains Items with titles "item #1", item #2", item #10", "item #11", the output will be:
When instead it should be
Is the sorting not taking into consideration the length of the item?
You are right, sorting doesn't do this currently. I agree that it would be nice -- we'll keep it in mind.
Any update on this?