| Summary: | GUI remains disabled after search for similarities returns an empty result | ||
|---|---|---|---|
| Product: | [Applications] digikam | Reporter: | Frank Steinmetzger <dev+kde> |
| Component: | Searches-Similarity | Assignee: | Digikam Developers <digikam-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | caulier.gilles, metzpinguin |
| Priority: | NOR | ||
| Version First Reported In: | 7.5.0 | ||
| Target Milestone: | --- | ||
| Platform: | Arch Linux | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | 7.6.0 | |
| Sentry Crash Report: | |||
|
Description
Frank Steinmetzger
2022-01-21 16:36:23 UTC
Which kind of database type do you use ? Gilles Caulier I use sqlite. Git commit dc4e8b6e56dd9a19d6c31e67019f643b876a3375 by Maik Qualmann. Committed on 21/01/2022 at 18:00. Pushed by mqualmann into branch 'master'. fix no return from empty search M +4 -0 core/libs/database/dbjobs/dbjob.cpp https://invent.kde.org/graphics/digikam/commit/dc4e8b6e56dd9a19d6c31e67019f643b876a3375 The thing about the remove duplicates button is by design. Since the last search is always active when switching to the duplicates search tab, it should not be possible to "accidentally" press the remove button. You should "consciously" do a search and then remove it. The original programmer did it as a pure delete operation. i changed it as a trash action, so it wouldn't be so bad if the button is pressed. I would leave it as it is for now. Maik |