https://bugs.kde.org/show_bug.cgi?id=445817
--- Comment #7 from Jonathan Kamens <j...@kamens.us> --- Digging into the database, as far as I can tell it exists but has the correct name but is not visible in the UI: ``` MariaDB [digikam]> select * from TagProperties where property='ignoredPerson'; +-------+---------------+-------+ | tagid | property | value | +-------+---------------+-------+ | 668 | ignoredPerson | NULL | +-------+---------------+-------+ 1 row in set (0.004 sec) MariaDB [digikam]> select * from Tags where id=668; +-----+------+---------+------+---------+ | id | pid | name | icon | iconkde | +-----+------+---------+------+---------+ | 668 | 4 | Ignored | NULL | NULL | +-----+------+---------+------+---------+ 1 row in set (0.000 sec) ``` It does not show up _at all_ in the people view, in the third position or anywhere else. When I enter "Ignored" in the search box underneath the people view there are no results. When I search for "Ignored" in the tag manager it _is_ visible there. Just not visible in the people view. -- You are receiving this mail because: You are watching all bug changes.