Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Feature Request: Negative Filter (boolean)
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  5 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post will appear after it is approved by moderators
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
mistersquid  
View profile  
 More options Jan 17 2010, 3:28 pm
From: mistersquid <mistersq...@gmail.com>
Date: Sun, 17 Jan 2010 12:28:14 -0800 (PST)
Local: Sun, Jan 17 2010 3:28 pm
Subject: Feature Request: Negative Filter (boolean)
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".

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
anoved  
View profile  
 More options Jan 17 2010, 8:07 pm
From: anoved <jim.dev...@gmail.com>
Date: Sun, 17 Jan 2010 17:07:17 -0800 (PST)
Local: Sun, Jan 17 2010 8:07 pm
Subject: Re: Feature Request: Negative Filter (boolean)
On Jan 17, 3:28 pm, mistersquid <mistersq...@gmail.com> wrote:

> 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".

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


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
gushippo  
View profile  
 More options Jan 26 2010, 10:09 pm
From: gushippo <michaelvanbr...@gmail.com>
Date: Tue, 26 Jan 2010 19:09:53 -0800 (PST)
Local: Tues, Jan 26 2010 10:09 pm
Subject: Re: Feature Request: Negative Filter (boolean)
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.

On Jan 17, 7:07 pm, anoved <jim.dev...@gmail.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
MarkD  
View profile  
 More options Feb 7 2010, 9:59 am
From: MarkD <lmarkdun...@gmail.com>
Date: Sun, 7 Feb 2010 06:59:15 -0800 (PST)
Local: Sun, Feb 7 2010 9:59 am
Subject: Re: Feature Request: Negative Filter (boolean)
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.

On Jan 26, 9:09 pm, gushippo <michaelvanbr...@gmail.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
stetner  
View profile  
 More options Sep 23 2012, 1:27 am
From: stetner <goo...@stetner.org>
Date: Sat, 22 Sep 2012 22:27:05 -0700 (PDT)
Local: Sun, Sep 23 2012 1:27 am
Subject: Re: Feature Request: Negative Filter (boolean)

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.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »