Card Number Sorting Bug
Some collections, for example 2024 Topps Update, do not sort properly by card number. The results appear like 1, 10, 100...299, 3, 30, 300, 301 instead of 1, 2, 3, 4, 5. Sets like 2023 Topps is sorted correctly. Can this be fixed?
Thanks for the question. The problem is the sets with letters and numbers in the card numbers. We will sort ones with letters in them as if the card number was "text" (because technically it is) but ones with just numbers are sorted as numbers.
There might be some way we can ignore the text part of card numbers if they have those and just sort by the number part. I'll take a look and see. If that is really difficult to accomplish then we might need to wait to see how popular this request is before working on it.