Some Advanced Search Tips

Search_tips
We've seen a few tickets requesting ways to filter search results.  Instead of making the search form more complicated by adding more fields we've enabled some advanced search features.  If you're brave and want to use some of these feel free to give it a shot and let us know what you think.

"cat dog" means "cat AND dog" - This is the default mode and it will return auctions with both "cat" AND "dog".

"cat | dog" means "cat OR dog" - This will return auctions with the words "cat" or "dog" in them.  That isn't a capital "i" or a "one" ... it should be the vertical bar on the same key as "\".

"reward !coke" or "reward -coke" means "reward AND NOT coke" - This is probably going to be the most useful for you guys based off the suggestions we've gotten.  This will return auctions with the word "reward" but will exclude auctions with the word "coke".  When you use the "!" or "-" symbol you must have another search term (choosing a category doesn't count).  This means searching for "!coke" is invalid.

"(cat dog) | bird" means "(cat AND dog) OR bird" - Parenthesis can be used to make complex queries.  The example given will return auctions with the words "cat" and "dog" or just the word "bird".  Now for something a bit different, if you did "cat dog | bird" you might think it would be the same thing, but it actually translates to "cat and (dog or bird)".  The OR actually has higher precedence than AND.

Confused yet?  Have fun!