When I look at my member listing, it's oddly sorted. It appears to be sorted generally in order of registration, or user #, but not really. The first 29 users are on page 1, but they are sorted on that page in case-sensitive alpha order by username. Then, the next 30 users (why 29 on page 1) are displayed on page, 2, again sorted in case-sensitive alpha order. That results in an order that looks like this:
Page 1 (users 1-29):
Axxx
Bxxx
Cxxx
...
Zxxx
axxx
bxxx
cxxx
...
zxxx
Page 2 (users 30-59):
Axxx
Bxxx
Cxxx
...
Zxxx
axxx
bxxx
cxxx
...
zxxx
Can someone please point me to the code that might be doing this. I'd prefer either a straight case-INsensitive sort across all pages, or a sort by user number or reverse user number, across all pages. The alpha sub-sort on each page is enough to drive one to drink.
This is v2.1.7, with Oracle and
tomcat.
Thanks,
Jennifer
[originally posted on jforum.net by jenamon]