https://bugs.kde.org/show_bug.cgi?id=453291
Bug ID: 453291
Summary: baloosearch pattern not found when in middle of word
Product: frameworks-baloo
Version: 5.93.0
Platform: Archlinux Packages
OS: Linux
Status: REPORTED
Severity: normal
Priority: NOR
Component: general
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
SUMMARY
Hey there,
I'm experiencing a problem with baloosearch, first experienced in dolphin. When
searching for a pattern, the pattern is only recognized when occuring in the
beginning, but not in the middle or the end of a word. In
https://docs.kde.org/stable5/en/dolphin/dolphin/quick-tips.html it is stated
that no wildcards are necessary because these are assumed already. However in
my oberserved result baloosearch is not finding DefaultTestFile nor
DefaulttestFile, which containg the pattern test. I'd have expected this. Am I
doing something wrong? Or is something goofy going on here?
Best wishes
STEPS TO REPRODUCE
1. mkdir ~/test
2. cd ~/test
3. touch testFile TestFile DefaulttestFile DefaultTestFile
4. balooctl index *
5.1 baloosearch -d ~/test test
5.2 baloosearch -d ~/test filename:test
OBSERVED RESULT
Command output:
/home/user/test/testFile
/home/user/test/TestFile
/home/user/test
EXPECTED RESULT
Command output:
/home/user/test/DefaulttestFile
/home/user/test/DefaultTestFile
/home/user/test/testFile
/home/user/test/TestFile
/home/user/test
SOFTWARE/OS VERSIONS
Windows: ---
macOS: ---
Linux/KDE Plasma: 5.17.4-arch1-1/5.24.4-1
(available in About System)
KDE Plasma Version: 5.24.4-1
KDE Frameworks Version: 5.93.0
Qt Version: 5.15.3
--
You are receiving this mail because:
You are watching all bug changes.