AEM Querybuilder sort doesn't work if folder names have numbers
I have a folder that have some sub-folders named as 8134, 9094 along with only text. The query builder predicate `orderby=@jcr:content/jcr:title` sorts the folder names if there are no numbers in the folder names. But if they do, the sort oder is not correct. What am i missing or doing wrong?
My query:
path=/content/dam/sxm-apps/channel-assets
property=jcr:primaryType
property.1_value=sling:OrderedFolder
property.2_value=sling:Folder
p.limit=-1
p.guesstotal=true
path.flat=true
orderby=@jcr:content/jcr:title
Not sorted if the folder names have numbers in them:

Sorted, if the folder names do not have numbers in them:




