1

What does it mean to "negative" a search value?

flag

1 Answer

3

The example I always use is if you're interested in dolphins, but not in the Miama Dolphins football team, you would do a search on Google like this:

dolphins -miami

This returns all pages with dolphins in them but removes all pages that have miami in them.

It's a powerful technique particularly when used with FogBugz's search axes:

status:open -assignedto:me

... gives you all open cases but removes the ones that are assigned to you.

You can also add negative searches to a filter. This would allow you to ignore all cases in the Undecided milestone, for instance, but adding -milestone:"Undecided" to your filter.

link|flag

Your Answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.