Hi devs,
column sorting (as shown in table generated by "xwiki.result") does only
string sort. Is there any way to do alphanumeric sort?
for example sorting does something like this: a1, a10, a11, a2, a21,
a3,a4 ..... , a9, ......
I would like to get something like this: a1, a2, a3, a4, ... a9....
a10, a11, a21, ......
Also is there a way just to do the numeric sort?
Regards......