Possible Duplicate:
How do I search for questions with specific tags?

Is it possible to look for questions which have those 2 combined tags or more? For example I am getting error in jvm, so I would like to view all questions which has jvm AND error tag.

link|improve this question
feedback

closed as exact duplicate by random Dec 3 '11 at 14:04

This question covers exactly the same ground as earlier questions on this topic; its answers may be merged with another identical question. See the FAQ for guidance on how to improve it.

2 Answers

up vote 4 down vote accepted

You can simply type in both tags to find questions with both tags, for example, to find questions with both and , you type:

[jvm] [garbage-collection]

You won't find any question with the tag, however, because the tag has been removed due to it been a meta tag. Just include use error as a normal search term instead.

link|improve this answer
oh yeah that's true, but anyway I now know how to search for two tags :) – Templar Dec 3 '11 at 12:42
2  
@Templar: You can see other advanced search options here: stackoverflow.com/search – Goran Jovic Dec 3 '11 at 12:52
feedback

AND is the default operator when searching tags, so simply search for [jvm] [error].

(Seems there is none on SO)

link|improve this answer
yeah it works, thanks – Templar Dec 3 '11 at 12:40
feedback

You must log in to answer this question.

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