https://bugs.kde.org/show_bug.cgi?id=431497
--- Comment #7 from Michal Kec (MiK) <k...@kecnet.cz> --- (In reply to Maik Qualmann from comment #6) > When you click on the person with the two entries that you can't see? Hello Maik, sure I can. Every time I click on the face tag "MiK", I get this log output: digikam.geoiface: ---- digikam.geoiface: ---- digikam.general: Using 16 CPU core to run threads digikam.general: Action Thread run 1 new jobs digikam.database: " ( ( ImageTagProperties.tagid=? AND ImageTagProperties.property=? ) OR ( ImageTagProperties.tagid=? AND ImageTagProperties.property=? ) OR ( ImageTagProperties.tagid=? AND ImageTagProperties.property=? ) OR ( ImageTagProperties.tagid=? AND ImageTagProperties.property=? ) ) " digikam.database: Search query: "SELECT DISTINCT Images.id, Images.name, Images.album, Albums.albumRoot, ImageInformation.rating, Images.category, ImageInformation.format, ImageInformation.creationDate, Images.modificationDate, Images.fileSize, ImageInformation.width, ImageInformation.height, ImageTagProperties.value, ImageTagProperties.property, ImageTagProperties.tagid FROM Images INNER JOIN ImageTagProperties ON ImageTagProperties.imageid=Images.id LEFT JOIN ImageInformation ON Images.id=ImageInformation.imageid INNER JOIN Albums ON Albums.id=Images.album WHERE Images.status=1 AND ( ( ( ImageTagProperties.tagid=? AND ImageTagProperties.property=? ) OR ( ImageTagProperties.tagid=? AND ImageTagProperties.property=? ) OR ( ImageTagProperties.tagid=? AND ImageTagProperties.property=? ) OR ( ImageTagProperties.tagid=? AND ImageTagProperties.property=? ) ) );" (QVariant(int, 22), QVariant(QString, "autodetectedPerson"), QVariant(int, 22), QVariant(QString, "autodetectedFace"), QVariant(int, 22), QVariant(QString, "ignoredFace"), QVariant(int, 22), QVariant(QString, "tagRegion")) digikam.geoiface: ---- digikam.database: Search result: 4585 digikam.general: Cancel Main Thread digikam.general: One job is done digikam.general: Cancel Main Thread I can get almost the same output by clicking on the tag "Nepotvrzeno" (unconfirmed) - just the tag numeric id is 254 (and the search result is different too). BTW: The numbers are changing while I tag another photos. Tag "MiK" is currently showing "1 new" and tag "unconfirmed" three. Is this log selection enough for you, or do you need to see full log output? -- You are receiving this mail because: You are watching all bug changes.