Sorting by name in the shelf is case sensitive #3880

Closed
opened 2026-02-05 07:45:41 +03:00 by OVERLORD · 1 comment
Owner

Originally created by @cdrfun on GitHub (Jun 23, 2023).

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

Originally created by @cdrfun on GitHub (Jun 23, 2023). ### 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](https://github.com/BookStackApp/BookStack/assets/146877/8c99fa65-786d-452c-9b48-157fd7a65828) ### Browser Details _No response_ ### Exact BookStack Version v23.05 ### PHP Version _No response_ ### Hosting Environment linuxserver.io Docker
OVERLORD added the 🐛 Bug label 2026-02-05 07:45:41 +03:00
Author
Owner

@ssddanbrown commented on GitHub (Jun 23, 2023):

Thanks for raising @cdrfun.
Could confirm this, was due to differences in how sorting was handled.
I've addressed this in 9ae17efce9, which will be part of the next feature release.

@ssddanbrown commented on GitHub (Jun 23, 2023): Thanks for raising @cdrfun. Could confirm this, was due to differences in how sorting was handled. I've addressed this in 9ae17efce9b3fce4d8636d14afdb005a4d795534, which will be part of the next feature release.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/BookStack#3880