mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-05-30 23:40:40 +02:00
[Bug]: Genres and Tags are case-sensitive when they should be case-insensitive and also not be able to be duplicates #1455
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Uroth on GitHub (Oct 11, 2023).
Describe the issue
I noticed that when I clicked on the genre Science fiction on one of my books it only then returned 7 results.




But I knew I had more books with that genre. So I went and looked up a book that should have been on the list, then I saw that book had the genre but it was with capital S and F and not a small f Science Fiction
When I then click on this genre I get the result I was expecting.
So we have an issue with case sensitive genres and tags.
I also noticed that I could add the same genre and tag twice using lower and uppercase spelling.

Here I have Fantasy and fantasy and both return different results when clicked.
Maybe a fix from https://github.com/advplyr/audiobookshelf/issues/1198 to not allow the same genre and tag be entered twice?
Steps to reproduce the issue
Audiobookshelf version
2.4.4
How are you running audiobookshelf?
Docker
@mikiher commented on GitHub (Oct 10, 2024):
@advplyr this is now fiixed for a long time, now also supporting non-ascii case-insensitivity. Let's close?