Quote:
Originally Posted by chaley
I submitted a change that sorts the tags in case-insensitive alpha order when they are read from the database. Assuming the change is accepted, tags columns will sort as they visually appear. Note that this is a string sort, meaning that numbers will sort by their characters. Example: the tags 1, 2, 10 will sort 1, 10, 2.
|
Cool. Thanks, Chaley. I can live with that kind of sort order since I've had other programs do that to me too. I can just change it to 01, 02, etc if it really matters.