Skip to content

archive browse view sorted by subject uses case sensitive ordering which is unexpected #3941

@rpcross

Description

@rpcross

Most likely the database is using "C" collation which is ordering all uppercase letters before lower case letters. Better to use en_US.UTF-8.

Example ordering is:
Draft
Relations
Transport
draft-ietf
sampling

Should be:
Draft
draft-ietf
Relations
sampling
Transport

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions