[digikam] [Bug 353331] can’t limit fuzzy-search to albums

Mario Frank bugzilla_noreply at kde.org
Tue Apr 4 16:29:43 BST 2017


https://bugs.kde.org/show_bug.cgi?id=353331

--- Comment #15 from Mario Frank <mario.frank at uni-potsdam.de> ---
Created attachment 104874
  --> https://bugs.kde.org/attachment.cgi?id=104874&action=edit
Proposed patch for the improvements

This patch adds the following improvements to the fuzzy sidebar:

Duplicates search:
The user can select both tags and albums and apply one of 5 operations to the
selected objects:
- "One of" aka union - Search in the set of images that are either in the
selected tags or albums
- "Both" aka intersection - Search in the set of images that are both in the
selected tags and albums
- "Albums but not tags" aka difference - Search in the set of images that are
in the selected albums but not in the selected tags
- "Tags but not albums" aka difference - Search in the set of images that are
in the selected tags but not in the selected albums
- "Only selected tab" aka obvious - Search in the selected albums, if albums
tab is active and in the selected tags if tags tab is active

Fuzzy image (drop) search:
The user can now restrict the results to be in the specified albums.
Restricting to tags is technically possible but would impose complexity
problems potentially leading to a slower search - depending on the tagging
activities of the user.

Fuzzy sketch search:
The user can now restrict the results to be in the specified albums.
Restricting to tags is technically possible but would impose complexity
problems potentially leading to a slower search - depending on the tagging
activities of the user.

As I work on the current master branch, some texts are not localised.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the Digikam-devel mailing list