ellite / Wallos

Wallos: Open-Source Personal Subscription Tracker
GNU General Public License v3.0
3.02k stars 139 forks source link

[BUG] Alphabetical Sorting case sensitivity #497

Open cloning5480 opened 2 months ago

cloning5480 commented 2 months ago

When sorting alphabetically, lower case letters are sorted after upper case letters, not at the same time.

So you have:

Alpha
Thursday
Zoo
baguette
pasta

rather than

Alpha
baguette
pasta
Thursday
Zoo
teschiopol commented 2 months ago

I think it's because ASCII Order. @ellite if you want I can change the sort

ellite commented 2 months ago

Hi. Yeah, I noticed this. But since it is the default behaviour I decided to not change it. Maybe I add this change to the alphanumeric sorting method since it is already changing the default behaviour for numbers.

ellite commented 2 months ago

Ok. I was going to add this to the alphanumeric sorting, but it seems it already behaves like that. So you can sort by "Alphanumeric"