Monday 17 September 2007 8:33:40 am
And alphanumeric sort result is different of a pure numeric sort with numeric strings ?? Strange ... You should see how works extended attributes filter, you can do some complex queries with it.
Personnaly, I would build my own custom fetch method in an extension, it's not really difficult. In it, you could "normally" fetch your nodes, associate it in an array with the line text content, parse the array to convert the line text content to a pure numeric type, then sort it according to numeric values, and finally return the sorted nodes.
|