As you know we generate »filename (2)« for duplicates. Currently sorting goes like this:
- filename (2)
- filename (3)
- filename
Which makes it pretty confusing since the original document is all the way on the bottom. Instead it should go like this:
- filename
- filename (2)
- filename (3)
Even worse, when you have numbers in parentheses which exceed 10, it sorts like this:
- filename (18)
- filename (19)
- filename (2)
- filename (20)
- filename (21)
As you know we generate »filename (2)« for duplicates. Currently sorting goes like this:
Which makes it pretty confusing since the original document is all the way on the bottom. Instead it should go like this:
Even worse, when you have numbers in parentheses which exceed 10, it sorts like this: