https://bugs.kde.org/show_bug.cgi?id=442786
--- Comment #5 from tagwer...@innerjoin.org --- (In reply to Mircea Kitsune from comment #4) > The problem as I'm noticing it is even greater, as there isn't even fallback > to the simple search: Search doesn't work at all and returns no results. I'm > assuming the system is trying to use Baloo in this case too, but it doesn't > understand symlinks accordingly so it ends up returning empty results. I think if you are running Dolphin, have opened /home/username/Pictures and searching from there, you will not get any hits: Dolphin thinks that baloo has indexed the folder so it queries baloo Baloo hasn't indexed Pictures as it is a symlink You get no hits Whereas if you are running Dolphin, have opened /archive/username/Pictures and searching from there, you will get "something" (*): Dolphin thinks that baloo has not indexed the folder so it does "its own" search You'll get something depending on Dolphin's "filenamesearch" logic (The "asterisk" is there to cover the case that you've configured baloo to index /archive/username/Pictures, if you've done that dolphin will query baloo and baloo should return results.) Some guesswork is natuarally involved.... 8-] -- You are receiving this mail because: You are watching all bug changes.