Quote:
Originally Posted by chaley
The tags are stored in what can be considered a random order, and are sorted in that order. Thus, the resulting order of sorting on tags is equally random. However, it is repeatable.
|
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.