Skip to content

Sorting is off for filenames with (2) numbers in parentheses #379

@jancborchardt

Description

@jancborchardt

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)

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions