The users should be allowed to view questions filtered by multiple tags. e.g. I want to see those questions which have tags "ruby-on-rails" and "cucumber" and "testing". It would be much better if we could be able to have an "or" modifier also just like "and".

share|improve this question

2 Answers

up vote 12 down vote accepted

This feature already exists, along with additional options for filtering based on multiple tags.

Example:

http://stackoverflow.com/questions/tagged/design+.net

As you click tags in the "related tags" area they'll be appended to the URL as above.

share|improve this answer
Cool thanks i didnt notice that – Ori Dec 24 '09 at 6:40
what if I want to combine the filters in OR ? – ALoR Apr 23 '11 at 9:15
tag+tag not working for me - meta.stackoverflow.com/questions/150023/… – Dan Dascalescu Oct 11 '12 at 0:30
As mentioned at that question, on the "faq" tab you may not see all of the questions. Switch to something like "newest". – Al Everett Oct 11 '12 at 0:33

Just do a search for both tag names in brackets: [c#] [sql-server]

Another option is to click on the c# tag and then on the sql-server tag in the list of related tags on the right.

share|improve this answer

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged