-
Notifications
You must be signed in to change notification settings - Fork 127
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix sorting by collector number to act "numeric like".
Collector numbers first off aren't always numbers, there are many types containing alphabetical or non-alphanumeric characters. The main act of normalization is to pad the collector number strings so that numeric like values are correctly compared as human's would expect.
- Loading branch information
1 parent
dd9a941
commit 1d7eaf4
Showing
1 changed file
with
41 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters