https://bugs.kde.org/show_bug.cgi?id=523760
--- Comment #12 from [email protected] --- On my end, only one of the three images appear in similarity.db. This is after doing a full rebuild a few times (three, maybe four), and also after clicking on "Rebuild all fingerprints" in the Find duplicates panel with the albums containing these images selected. I feel like I'm not making any headway resolving this.Should I consider deleting the collection and .db files and starting over from zero? ❯ sqlite3 /mnt/storage/Pictures/digikam4.db SQLite version 3.53.4 2026-07-24 19:02:57 Enter ".help" for usage hints. sqlite> SELECT id, name, uniqueHash FROM Images WHERE id IN (119119, 118948, 118878); ╭────────┬─────────────────────┬──────────────────────────────────╮ │ id │ name │ uniqueHash │ ╞════════╪═════════════════════╪══════════════════════════════════╡ │ 118878 │ Mponjwane.JPG │ e3e622d3b024f47be56d469b6afd95a6 │ │ 118948 │ 153 - Mponjwane.JPG │ e3e622d3b024f47be56d469b6afd95a6 │ │ 119119 │ 136 - Mponjwane.JPG │ e3e622d3b024f47be56d469b6afd95a6 │ ╰────────┴─────────────────────┴──────────────────────────────────╯ ❯ sqlite3 /mnt/storage/Pictures/similarity.db SQLite version 3.53.4 2026-07-24 19:02:57 Enter ".help" for usage hints. sqlite> SELECT imageid FROM ImageHaarMatrix WHERE imageid IN (119119, 118948, 118878); ╭─────────╮ │ imageid │ ╞═════════╡ │ 119119 │ ╰─────────╯ -- You are receiving this mail because: You are watching all bug changes.
