Shoe wrote:is there any chance we could get alphabetical order of cards to ignore the word "The" like libraries do with books and most alphabetical sorting works for titles?
I agree. This also would follow how WotC themselves order those cards in the set.
Shoe wrote:Also, punctuation in sorting is often wrong or inconsistant. the first card in the database begins with quotation marks, but the last cards is ______ and all names starting with punctuation should be sorted together.
This has to do with programmer's ordering. In programming, it'll follow the ASCII table, in which " has character code 0x22, the uppercase letters use codes 0x41-0x5A, and _ has code 0x5F. That said, Sebi could obviously program Deckbox to override the default ASCII sorting. Personally, I'd rather just ignore beginning punctuation, and sort them based on the first letter of the card. But I can see the logic in grouping punctuation, too.
Shoe wrote:Finally, legends and thier signature spells alphabetize wrong. Akroma, angel of wrath should come before akroma's memorial and akroma's vengeance for example.
So in this case, it's actually correct. This is the order WotC uses. See e.g. Masters 25, in which Akroma is #002 while Vengeance is #003. This follows a certain commonsense as well, in that the character should precede their spell.