Can I do a search on stackoverflow for all posts with a certain tag, and with a certain thing in the subject and body? e.g. if i'm looking for vbscript sendkeys unicode.. The tag would be vbscript, but sendkeys is just a function, and unicode is in relation to sendkeys. So i'd really want vbscript in the tag, and sendkeys and unicode in the subject. can I do such a search?
migrated from stackoverflow.com Jul 7 '10 at 20:34
This question came from our site for professional and enthusiast programmers.
|
Yes. Check out the search page. Something like this (not sure about the intitle syntax):
I submit to you though that searcjhing in the question title explicity will hardly make sense, except if you are searching for a specific post. | |||
feedback
|
|
Yes, just enclose the tags in square brackets. So for your example, type
in the search box. | |||
|
feedback
|