https://bugs.kde.org/show_bug.cgi?id=475919
Bug ID: 475919 Summary: Dolphin search shows doubled results Classification: Frameworks and Libraries Product: frameworks-baloo Version: 5.111.0 Platform: Other OS: Linux Status: REPORTED Severity: normal Priority: NOR Component: Baloo File Daemon Assignee: baloo-bugs-n...@kde.org Reporter: tagwer...@innerjoin.org Target Milestone: --- SUMMARY A search with Dolphin shows each match "twice": the "This is the file you are looking for.txt" and a "This is the file you are looking for.txt (1)" This will be most obvious for people with a simple, ext4, disc setup STEPS TO REPRODUCE: 1... Index your files with Baloo 2... Update to Frameworks 5.111 3... Wait for a while, open a "tag folder" or search for a term... OBSERVED RESULT: You may get two results: This is the file you are looking for.txt This is the file you are looking for.txt (1) EXPECTED RESULT: You get the single hit, as before: This is the file you are looking for.txt SOFTWARE/OS VERSIONS: Neon User 5.27 Plasma: 5.27.8 Frameworks: 5.111.0 Qt: 5.15.11 Filesystem: Ext4 ADDITIONAL INFORMATION: This is a side effect of: https://invent.kde.org/frameworks/baloo/-/merge_requests/169 This patch resolves the issue with files being indexed multiple times on systems with BTRFS (and multiple subvolumes). Baloo now indexes the files with a "stable" document ID whereas previously it often saw files "as new files" after a reboot. A "balooctl purge" and letting the rendexing continue will remove the doubled entries. After this has completed the problem of multiple entries for BTRFS should be solved and the "older" set of index entries on ext4 based systems should also go. -- You are receiving this mail because: You are watching all bug changes.