Quote:
Originally Posted by ownedbycats
With first letter, you get a separate partition even if there's only one entry for that letter. With partitioned, you get a fixed amount of entries, but sometimes the first letters get split up.
Would it be very much effort to add a third way that's kind of a mix of the two? e.g. 0-9, A-D, E-H, I-J?. So that it has less partitions then first letter but doesn't split up the entries sharing a first letter.
|
I added an option to tag browser first letter partitioning to combine letters if the number of items under a letter is less than some value you set. If you use this you will end up with single letters if the group of items is large enough, or with (e.g.) "A - F" if letter groups are combined. It is disabled by default (for the moment). It will be in the next release.
Thanks for the suggestion.