利用好 Google 搜索符号,可以帮助我们更精准的找到有用的信息。
常用符号
符号 | 描述 | 使用范例 |
---|---|---|
"" | 精准匹配 | "北京大学" |
- | 除外含某些字段的结果 | jobs -apple |
+ | 加入含某些字段的结果 | the lord of the rings +netflix |
* | 在满足其他搜索条件前提下,通配相关字段 | steve * apple |
AND | 同时满足多个条件 | jobs AND gates |
OR | 同时满足多个条件 | jobs OR gates |
( ) | 分组,以执行多个搜索条件 | (清华大学 OR 北京大学) 校长 |
使用案例
缩小搜索范围
- 准备开展一个 distance learning 课题,需要搜索已有相关研究内容
用法:("Keyword" OR "synonym") ("keyword" OR "synonym")
示例:(distance OR online) (learning OR education)
- 进一步想只搜索关键字位于网页内容/标题的结果
用法:intext:
示例:intext:((distance OR online) (learning OR education))
用法:intitle:
示例:intitle:((distance OR online) (learning OR education))
- 再排除来自 *.gov 网页的结果
用法:-
示例:intitle:((distance OR online) (learning OR education)) -site:.gov
- 或者只显示来自 *.com 网页的结果
用法:site:
示例:intitle:((distance OR online) (learning OR education)) site:.com
- 过滤掉 url 中不含相关关键字的结果
用法:inurl:
示例:inurl:become (author OR writer OR contributor) intitle:((distance OR online) (learning OR education)) site:.com
检索不安全网页
搜索未使用 https 的网页
site:sina.com -inurl:https
搜索被引用网页
搜索引用某些字段的网页
(intext:(ny OR new york) times) -site:nytimes.com
限定在某国顶级域内搜索
(intext:(ny OR new york) times) site:.cn