Using Google to Find the Best StackOverflow Result

https://news.ycombinator.com/item?id=6418135
by kvanderd • 13 years ago
5 3 13 years ago

Google's search engine is better than SO. Here is how I search google to find the best results on SO:

#this limits the google search results just to the SO website

site:http://stackoverflow.com/

#searches for an exact match of a keyword

site:http://stackoverflow.com/ "nested forms rails"

#searches for synonymous words

site:http://stackoverflow.com/ *nested forms rails"

Related Stories

Loading related stories...

Source preview

news.ycombinator.com