Summary: | Face detection scan all album, not only the selected ones | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | mahikeulbody <mcfarol84> |
Component: | Faces-Workflow | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | Elmarkusch, metzpinguin |
Priority: | NOR | ||
Version: | 7.2.0 | ||
Target Milestone: | --- | ||
Platform: | Appimage | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/graphics/digikam/commit/0c44a700fa7807a59e7a59acc9c963c9a630bc2f | Version Fixed In: | 7.2.0 |
Sentry Crash Report: | |||
Attachments: | selector.png |
Description
mahikeulbody
2021-02-07 15:57:34 UTC
No, digiKam definitely only scans the selected albums. You have probably selected some on the tab for tags, so that images with the keyword are also scanned. Maik You are right, I had "whole tags collection" checked. I thought that it was an AND of both search criterias. Btw that would be more logical, no ? Anyway, sorry. Created attachment 135543 [details]
selector.png
Would it help to show the number of selected albums / tags in the header tab? Or does it look strange?
Maik
That seems a good idea. (and may be also for the "search in" dialog of Similarity) Git commit 0c44a700fa7807a59e7a59acc9c963c9a630bc2f by Maik Qualmann. Committed on 10/02/2021 at 17:50. Pushed by mqualmann into branch 'master'. show selected Albums/Tags count in the tab header FIXED-IN: 7.2.0 M +27 -2 core/libs/album/widgets/albumselectors.cpp M +1 -0 core/libs/album/widgets/albumselectors.h https://invent.kde.org/graphics/digikam/commit/0c44a700fa7807a59e7a59acc9c963c9a630bc2f I think it would e more logical and practical to combine both conditions with AND. So people can search in Pictures in an Album which has the specific TAG. The existing OR-condition doesn´t makes sense zo me. It is an AND connection. You can choose albums AND images with a specific tag. Maik |