I have some resources with an identifier.
When I’m on the public website, I can search among items and set the ordering criteria as:
Identifier | Ascending |
Sort
So the items should be ordered by Identifier criteria, in an ascending order.
But the result is different:
1
10
100
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
101
1010
1011
…
It appears that item are ordered alphabetically where I was expecting a numeric ordering.
I have to say the I have declared a resource template where the identifier field is declared as an integer.
Have I done something wrong, or is there a bug here?