Hello,
I am this specific requirement where pages are created as 1, 3,5,2,1A,4,2B...10,11,12 etc. I am having difficulty while fetch the pages and it comes up as 1,10,11,1A,12,2.... and that is not desired. I can not use listChildren method as it would give me the pages in the order they are created. I tried using query but if I say order by title/nodename then I get into the same issue as query treats the numbers as string.
My desired results are like 1,1A,2,2B,3,4,5...10,11
Any suggestions on how I can do the sorting effectively? Thanks in advance.