Say I have selected 3 tags on Stack Overflow: php, python, java. I want to remove the python tag from the general search. What do I do?
Note: not while creating a question, but searching for questions.
|
Add a minus before the tag
to search for questions tagged with java and php but not with phyton. It is the same as with normal search terms (general search options) |
|||||||
|
|
(php OR java) AND NOT python? – Rocket Hazmat Dec 28 '12 at 19:33