Skip to content

Instantly share code, notes, and snippets.

@kylejohnston
Last active August 29, 2015 14:17
Show Gist options
  • Select an option

  • Save kylejohnston/98c97e796e78a3d4075c to your computer and use it in GitHub Desktop.

Select an option

Save kylejohnston/98c97e796e78a3d4075c to your computer and use it in GitHub Desktop.
Tips for better Google Searches
Example:
site:nytimes.com ~college "test scores" -SATs 2008…2010
- site: only searches pages of that site
- ~college – will also search related words, such as 'higher education' or 'university'
- "test scores" – searches for the exact phrase, not each of the words separately
- -SATs – excludes this term from the search
- 2008…2010 – shows all results from within the designated range
[Source](https://twitter.com/MaxCRoser/status/556479678299791360/photo/1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment