https://bugs.kde.org/show_bug.cgi?id=457335
--- Comment #2 from Artur Rudenko <catcool...@gmail.com> --- (In reply to tagwerk19 from comment #1) > For me, if I create SomeFileWithUppercase.txt and somefilewithuppercase.txt, > I see both: > > $ baloosearch -i somefilewithuppercase > 1404130000fc01 /home/test/somefilewithuppercase.txt > 1403880000fc01 /home/test/SomeFileWithUppercase.txt > > and I see, with balooshow, that the index contains the two files: > > $ balooshow -x somefilewithuppercase.txt > 1404130000fc01 64513 1311763 somefilewithuppercase.txt > [/home/test/somefilewithuppercase.txt] > Mtime: 1660941653 2022-08-19T22:40:53 > Ctime: 1660941653 2022-08-19T22:40:53 > Cached properties: > Line Count: 1 > > Internal Info > Terms: Mplain Mtext T5 T8 X20-1 hello penguin > File Name Terms: Fsomefilewithuppercase Ftxt > XAttr Terms: > lineCount: 1 > > $ balooshow -x SomeFileWithUppercase.txt > 1403880000fc01 64513 1311624 SomeFileWithUppercase.txt > [/home/test/SomeFileWithUppercase.txt] > Mtime: 1660941644 2022-08-19T22:40:44 > Ctime: 1660941644 2022-08-19T22:40:44 > Cached properties: > Line Count: 1 > > Internal Info > Terms: Mplain Mtext T5 T8 X20-1 hello penguin > File Name Terms: Fsomefilewithuppercase Ftxt > XAttr Terms: > lineCount: 1 > > The "File Name Terms" for both are held in lower case - baloo squashes terms > down to lower case. > > I did this test on Neon with ext4 filesystem, one that treats > SomeFileWithUppercase.txt and somefilewithuppercase.txt as distinct. > > The question is what might happen with other filesystems; for vfat if you > try to create SomeFileWithUppercase.txt and then somefilewithuppercase.txt, > you are creating just the one file. > > You are on an arch setup? What filesystem are you using? (I'm assuming your > files are on a local disc) Yes, I'm on updated arch setup and it's ext4 on local disc, but now after I reindexed everything, it works now (I searched using dolphin with file search in settings). This could be that newly created files remain unindexed some time after the creation. Maybe it would be better if dolphin did fallback to the classic search when baloo can't find needed files? -- You are receiving this mail because: You are watching all bug changes.