https://bugs.kde.org/show_bug.cgi?id=464853
Maik Qualmann <metzping...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |metzping...@gmail.com --- Comment #1 from Maik Qualmann <metzping...@gmail.com> --- The behavior is unfortunately normal, you are using MySQL. In the text encoding (we use one with UTF8), MySQL has no distinction between upper and lower case and between the German umlauts U-Ü, A-Ä or O-Ö. It's all the same for MySQL. There would be only one way we would use for filenames and the path, a binary storage of the text. When accessing the binary information, it would always have to be converted back, this effort is out of the question for tags. Otherwise, searches would be case-sensitive, etc. What can you do? Use SQLite, SQLite can easily be used for more than 100000 items and on an SSD it is even faster than MySQL With digiKam-8.0.0 and WAL mode support, transactions of the SQLite DB are even faster and more stable. Use the typical German notation for umlauts, i.e. UE, AE, or OE, you know. Maik -- You are receiving this mail because: You are watching all bug changes.