advplyr / audiobookshelf

Self-hosted audiobook and podcast server
https://audiobookshelf.org
GNU General Public License v3.0
5.83k stars 404 forks source link

[Enhancement]: Support case insensitive search for non-ASCII characters #2260

Open 000al000 opened 8 months ago

000al000 commented 8 months ago

Describe the issue

image not found

but image

Steps to reproduce the issue

  1. search without first capital letter
  2. search with first capital letter

Audiobookshelf version

2.5.0

How are you running audiobookshelf?

Docker

advplyr commented 8 months ago

Non-ascii characters are case sensitive until we can figure out how to get sqlite to support it.

Mentioned it the other day https://github.com/advplyr/audiobookshelf/issues/2187