google search Operators 谷歌搜索操作符
限定搜索结果在某个或某些站点 -> 使用 site:
site:github.com site:*.edu
完全匹配多个字符 -> 使用双引号 ""
"Steve Jobs"
结果不包含某些字符 -> 使用减号 -
Socket -network
模糊匹配 -> 使用星号 *
steve * apple
或者 -> 使用 or 或 |
steve or gates
词典 翻译 -> 使用 define:
define:star
返回最新缓存的 -> 使用cache:
cache:ebay.com
特定文件类型 -> 使用 filetype: 或 ext:
Distributed Systems, 3rd Edition filetype:pdf
搜索相关站点 -> 使用 related:
related:github.com
搜索关键字在标题, url, 文本, 超链接 -> intitle: inurl: intext: inanchor:
intitle:star inurl:star intext:star
搜索关键字全在标题, url, 文本, 超链接 -> allintitle: allinurl: allintext: allinanchor:
allintitle:star life water allinurl:star life water allintext:star life water
多个条件组合 -> 使用括号
(steve or jobs) rich