| Summary: | select images for display by combined tag query | ||
|---|---|---|---|
| Product: | [Applications] digikam | Reporter: | Jonathan Marten <jjm> |
| Component: | Tags-Engine | Assignee: | Digikam Developers <digikam-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | wishlist | CC: | caulier.gilles |
| Priority: | NOR | ||
| Version First Reported In: | 0.7.4 | ||
| Target Milestone: | --- | ||
| Platform: | Compiled Sources | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | 7.6.0 | |
| Sentry Crash Report: | |||
This is implemented in 0.8, currently in beta. |
Version: 0.7.4 (using KDE KDE 3.4.2) Installed from: Compiled From Sources OS: Linux It's possible to display all images with a specified tag, by selecting the tag in the scrolling list. But that is the limit: it's not possible to make more complex queries, e.g. "Holiday 2004 AND Venice" or "Venice OR Milan". Photoshop Album on Windows has a limited facility for this: multiple tags can be selected for display (giving that OR option) and the selection can be inverted (a NOT option). Selecting a tag also automatically selects all images in subcategories of that tag. It would be a definite plus point if digikam could allow queries to be made using some sort of query expression - possibly a graphical tree view with AND, OR, NOT operators built up using a combination of popup menus and entry boxes. For example: OR | +- tag "Milan" | +- AND | +- tag "Venice" | +- NOT | + tag "Canal" Also allowing operators such as "Untagged", EXIF data, etc would be useful.