Skip to content

Sorting by name in the shelf is case sensitive #4341

@cdrfun

Description

@cdrfun

Describe the Bug

I have four books in a shelve: aa, ab, BB, BC

After sorting by name I get:

  • BB
  • BC
  • aa
  • ab

Steps to Reproduce

Create books as described and sort them by name.

Expected Behaviour

I'd expect to get a case insensitive sort:

  • aa
  • ab
  • BB
  • BC

Screenshots or Additional Context

grafik

Browser Details

No response

Exact BookStack Version

v23.05

PHP Version

No response

Hosting Environment

linuxserver.io Docker

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions