Feature Request: Negative Filter (boolean)

101 views
Skip to first unread message

mistersquid

unread,
Jan 17, 2010, 3:28:14 PM1/17/10
to Yojimbo Talk
I would like to filter items by saying something like "all items whose
tags do not contain 'foo' ". Maybe an operator like '!' or "-" which
would be typed in the search field as "!foo" or "-foo".

anoved

unread,
Jan 17, 2010, 8:07:17 PM1/17/10
to Yojimbo Talk

This isn't quite what you're looking for, but you can use AppleScript
to select all items that don't have a certain tag:

tell application "Yojimbo" to reveal (every database item where (name
of every tag does not contain "foo"))

If that's useful, it could be polished up with a dialog to input the
search term, and perhaps create a collection to contain the results.

Jim

gushippo

unread,
Jan 26, 2010, 10:09:53 PM1/26/10
to Yojimbo Talk
I appreciate the ability to get around this with an AppleScript but I
would like to add my vote for a negative filter to be added to
Yojimbo. I use it for both active and completed items and would love
to be able to exclude items that are complete when I do a search for
an item.

MarkD

unread,
Feb 7, 2010, 9:59:15 AM2/7/10
to Yojimbo Talk
I would like this also. Maybe a contextual menu item where you can
right-click on a tag in the Tag Filter or Tag Explorer and have a
selection to not show that tag.

You could take a look at Yep! and see how they handle this for an
example.

stetner

unread,
Sep 23, 2012, 1:27:05 AM9/23/12
to yojimb...@googlegroups.com, lmark...@gmail.com
I also would like to search for a set of tags, but with NOT a certain tag.  Has this ever been implemented?  I understand that allowing full logic could get cumbersom, but NOT would be very useful.  Guess I will use the appleScript way.

Reply all
Reply to author
Forward
0 new messages