How can I search for specific tags in Stack overflow?
Return to the FAQ table of contents
|
2
|
How can I search for specific tags in Stack overflow?Return to the FAQ table of contents |
|||
|
migrated from stackoverflow.com |
|
|
If you can see the tag you want, e.g. 'Perl' in a post on the screen, you can click on it. |
|||
|
|
|
|
Click on the "Tags" button near the top of the page. That takes you to a list of tags. The default list is the most popular tags, sorted in descending order of popularity. Another tab takes you to an alphabetized list of tags. Click on the tag name to get a list of questions associated with that tag. |
|||
|
|
|
How to Search with Multiple Tags?In Stackoverflow there are basically three ways to search for tags.
A simple example search looks like:
That searches for the term 'tutorials' in the tags 'python' and 'beginner' This doesn't work...(Some characters cannot be correctly represented in the search box (including the # symbol in some cases). To get around this use the URL escape term. (For the # sign it is %23) )
To search for a tag and not another tag simply put in the URL bar: These options can be mixed and matched as you see fit.
The initial tag buttons can be found in the tags tab, in questions or on the right side of the page. Having answered a question on searching for multiple tags Rob Cooper got thinking, and since we don't have an "easy" way of doing it, Thought he would throw together a little "bookmarklet".. Since Javascript links are blocked (or appear to be blocked) enter the following code as a bookmark location:
While testing in IE (8 Beta), looks like it whinges about the javascript domain.. Just OK it and it works fine :) |
||||||||||||||||||
|