While fiddling with the pesky portable device API (

) inspiration hit me full force. The
"Boolean Search Category" (needs a better name!) will be a new *type* of category in the Catalog where the contained items constitute individual search patterns and have checkboxes in front. All ticked items will be combined by Boolean AND. The search is run by clicking the Category Icon (Find symbol), or optionally instantly on changing any of those checkmarks (= live search).
Example:
[ICON] My Boolean Search Category
[X] tags:2014
[X] tags:work
[X] name:*.doc
Click on
[ICON] will run the search:
Code: Select all
:tags:2014 AND tags:work AND name:*.doc
It's not yet a full-blown
Tag Tree but pretty close to it! A click-approach to complex searching. The next world wonder.
EDIT: Remember that you can import/export Categories in the Catalog. This will become more useful than it ever was...
Sorry for lacking mock ups, later, just had the time now to hastily write it down...