vote up 1 vote down star

Searching inside a question

Is it possible (and wouldn't it be a neat feature if not possible) to search inside a question.

For instance I was looking at

http://stackoverflow.com/questions/1711?sort=votes&page=1#sort-top

And was curious is x book was in there. But how do I search for that book inside this question?

I tried going to the main search bar and putting the title of the question and the title of the book but that did no return what I expected (had other posts).

flag

4 Answers

vote up 2 vote down

In most cases you can Ctrl+F to find something in the answers. There are very few questions with more than one or two pages of answers, which I think makes this feature only useful in a handful of cases.

link|flag
vote up 0 vote down

If the SO search fails you, you could always use Google. Just add "site:stackoverflow.com" to your query to filter results down to SO.

link|flag
vote up 6 vote down

Probably duplicate: http://meta.stackoverflow.com/questions/1274/seaching-questions-with-n-pages-of-answers

However, I answer because I think this could be made possible in a different way than proposed in that question. Given the new search features ,why not allow us to provide the question ID in the regular search box:

question:1711 "code complete"

Would search on posts where postId = x or parentId = x.

link|flag
vote up 0 vote down

For older questions you can write an sql query for the community dataset, which is easily accessible via either StackQL or StatOverflow.

link|flag

Your Answer

Get an OpenID

Not the answer you're looking for? Browse other questions tagged or ask your own question.