[Digikam-devel] [digikam] [Bug 326501] classification: a new way of global search

bugs bunny drch at drshornung.de
Thu Oct 24 16:52:10 BST 2013


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

bugs bunny <drch at drshornung.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |UNCONFIRMED
         Resolution|INVALID                     |---

--- Comment #4 from bugs bunny <drch at drshornung.de> ---
hierarchical search vs filtering:

another way of describing the concept is the simulation by tag filters as in
the following example:
1. tag all images with width < 500 with the tag "width"
2. tag all images with height > 600 with the tag "height"
3. define the height-tag as a sub-tag of the  width-tag

then:
a) activating the width-tag only filters all images with width < 500
(independent of the height)
b) activating the height-tag filters all images with height > 600 (independent
of the width)
c) activating both filters (must have) in "OR"-mode filters all images with
width < 500 OR height > 600 (same with: activating width-tag and
toggle=children or activating height-tag and toggle=parents
d) activating both filters (must have) in "AND" mode filters all images with
width < 500 AND height > 600
e) activating both filters and setting the height-filter to "must not have"
filters all images with width < 500 and height <= 600
and so on…

the proposed "hierarchical search" follows the same approach, but uses "(named)
search results" instead of "tags" as filters

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


More information about the Digikam-devel mailing list