I would like to see an operator implemented in the SO questions URL much like the + operator already is:

http://stackoverflow.com/questions/tagged/css+html

The reason I would like to request this feature is so that I may browse all/a combination of my tags at the same time for the newest asked questions, something in the form:

http://stackoverflow.com/questions/tagged/css;html

Or

http://stackoverflow.com/questions/tagged/css~html

The current way to do this is to goto Unanswered questions then the my tags tab, sure this brings up all unanswered questions in my favourite tags but they are organised by votes which really doesn't help me answer peoples questions (those with low votes), this is why I propose the above, it means that all my tags will be sorted by date posted and thus I can see them as they are asked rather than having to trawl through pages and pages of questions in order to find recent ones that have yet to be answered in my tags.

share|improve this question

3 Answers

up vote 11 down vote accepted

You can already do that, using +or+:

http://stackoverflow.com/questions/tagged/css+or+html

share|improve this answer
Awesome! thanks for that. – Myles Gray Feb 13 '11 at 15:41

You can do this currently, though it's not the most obvious.

The search box at the top of the page defaults to using and. So, putting in [css] [html] generates the following url:

http://stackoverflow.com/questions/tagged/css+html

The url can be modified to add in the or operator as such:

http://stackoverflow.com/questions/tagged/css+or+html

This can be extracted back to the search box so that you end up with the url you need. If you put [css] [or] [html] into the search box, you'll end up with or included in the url as you want without having to modify the url manually.

share|improve this answer
And what would happen if a question had the [or] tag? – nyuszika7h Feb 13 '11 at 17:48
2  
that tag is not allowed for that reason – Jeff Atwood Aug 11 '11 at 10:37

Use [tag1] [or] [tag2]. Easy.

share|improve this answer
3  
Please don't just repeat other answers with no new information. – John Nov 23 '11 at 16:28

You must log in to answer this question.

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