| Summary: | Add a new option to search for empty/zero length metadata property fields. | ||
|---|---|---|---|
| Product: | [Applications] digikam | Reporter: | Dario Panico <dariopnc> |
| Component: | Searches-Advanced | Assignee: | Digikam Developers <digikam-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | wishlist | CC: | caulier.gilles, dariopnc, metzpinguin, srirupa.sps |
| Priority: | NOR | ||
| Version First Reported In: | 8.2.0 | ||
| Target Milestone: | --- | ||
| Platform: | Microsoft Windows | ||
| OS: | Microsoft Windows | ||
| Latest Commit: | Version Fixed/Implemented In: | 9.0.0 | |
| Sentry Crash Report: | |||
|
Description
Dario Panico
2023-12-28 21:22:07 UTC
We only have part of the image metadata in the database. In your case you are looking for images without a creation date/modification date. But we always have a creation date/modification date in the database. If there is none in the metadata, we use the file dates. So you can't search for images "without/empty" date. Maik So the photo information would have to be determined using non-existent metadata, such as camera marke, model, lens, etc. Maik MR : https://invent.kde.org/graphics/digikam/-/merge_requests/380 Git commit 1c6af0ae2bc649e107601e490cdfba7d3c79fd5f by Gilles Caulier, on behalf of Srirupa Datta. Committed on 31/01/2026 at 15:45. Pushed by cgilles into branch 'master'. 479133: Add a new option to search for empty/zero length metadata property fields M +153 -0 core/libs/database/item/query/itemquerybuilder.cpp M +48 -0 core/utilities/searchwindow/searchfields_createfield.cpp M +2 -0 core/utilities/searchwindow/searchgroup.cpp https://invent.kde.org/graphics/digikam/-/commit/1c6af0ae2bc649e107601e490cdfba7d3c79fd5f |