Searching with regular sentences will only get you so far – if you need to find something a bit tricky turn to these advanced yet simple methods--转
原文地址:http://www.theguardian.com/technology/2016/jan/15/how-to-use-search-like-a-pro-10-tips-and-tricks-for-google-and-beyond
Search engines are pretty good at finding what you’re looking for these days, but sometimes they still come up short. For those occasions there are a few little known tricks which come in handy.
So here are some tips for better googling (as it’s the most popular search engine) but many will work on other search engines too.
1. Exact phrase

Exact search Photograph: Samuel Gibbs for the Guardian
The simplest and most effective way to search for something specific is to use quote marks around a phrase or name to search for those exact words in that exact order.
For instance, searching for Joe Bloggs will show results with both Joe and Bloggs but not necessarily placed sequentially. Searching for “Joe Bloggs” will surface only those that specifically have the name Joe Bloggs somewhere on the page.
The exact or explicit phrase search is very useful for excluding more common but less relevant results.
2. Exclude terms

“Joe Bloggs” -jeans Photograph: Samuel Gibbs for the Guardian
If exact phrase doesn’t get you what you need, you can specifically exclude certain words using the minus symbol.
A search for “Joe Bloggs” -jeans will find results for Joe Bloggs, but it will exclude those results for the Joe Bloggs brand of jeans.
3. Either OR

OR search for things that could be one thing or another, but you don’t need both terms to exist on a single page. Photograph: Samuel Gibbs for the Guardian
Default text searches find results with all the words of the query. By using the OR term you can search for one or another term, not just all the terms. OR searches can be useful for finding things that you’re not sure which term will be used from a known list.
4. Synonym search

Searching using synonyms helps cover all bases. Photograph: Samuel Gibbs for the Guardian
Sometimes it’s useful to search for a less specific term. If you’re not sure which term will be used you can use synonym search.
Searching for plumbing ~university will bring up results for plumbing from colleges as well as universities, for example.
5. Search within a site

Use Google to search a particular site. Photograph: Samuel Gibbs for the Guardian
The search engines of most websites are poor. You can search using Googleinstead by using the site or domain limiter.
Searching with site:theguardian.com followed by a search term, will find results from only theguardian.com. Combining with explicit search terms makes it even more powerful.
6. The power of the asterisk

Asterisks work as wildcards within search either to replace a word or letters. Photograph: Samuel Gibbs for the Guardian
Like the blank tile in Scrabble, the asterisk works as a wild card within searches. It can be used in place of a missing word or part of a word, which is useful for completing phrases, but also when you’re trying to search for a less definite article.
A search for architect* will search for architect, but also architectural, architecture, architected, architecting and any other word which starts with architect.
7. Searching between two values

British prime minister 1920.. 1950 Photograph: Samuel Gibbs for the Guardian
Searching for something with a qualifier between two ranges is a good way of answering questions. For instance, if you’re looking for the who were the British prime ministers between 1920 and 1950 a search using british prime minister 1920.. 1950 will bring up results with dates ranging between 1920 and 1950.
That’s your search term followed by two full stops and a space.
8. Search for word in the body, title or URL of a page

intitle: search Photograph: Samuel Gibbs for the Guardian
Sometimes you only want to find text either within the URL, body or title of a page. Using the qualifier inurl: will search just within the url. The qualifier intext:will search within the body, while intitle: will search only within a page title.
For example, intitle:review will bring up all the articles with “review” in the page title.
9. Search for related sites

Related search. Photograph: Samuel Gibbs for the Guardian
The related qualifier is useful for finding similar sites. Searching forrelated:theguardian.com for instance, will bring up the websites of other news organisations that Google deems the most similar to the Guardian.
10. Combine them

Combine the terms and modifiers for powerful searches. Photograph: Samuel Gibbs for the Guardian
All these search tools can be combined to narrow down or expand searches. While some of them may be used only rarely, some such as explicit phrase searches are useful in almost all cases.
As Google and other search engines improve their understanding of the way people naturally type or say search queries, these power tools will likely become less and less useful – at least that’s the goal that search engines are working towards – but that’s certainly not the case at the moment.
Searching with regular sentences will only get you so far – if you need to find something a bit tricky turn to these advanced yet simple methods--转的更多相关文章
- Regular Expressions --正则表达式官方教程
http://docs.oracle.com/javase/tutorial/essential/regex/index.html This lesson explains how to use th ...
- Total Commander 8.52 Beta 1
Total Commander 8.52 Beta 1http://www.ghisler.com/852_b1.php 10.08.15 Release Total Commander 8.52 b ...
- Nginx中文手册
Nginx 常见应用技术指南[Nginx Tips] 第二版 作者:NetSeek http://www.linuxtone.org (IT运维专家网|集群架构|性能调优) 目 录 一. Nginx ...
- Nginx之location 匹配规则详解
有些童鞋的误区 1. location 的匹配顺序是“先匹配正则,再匹配普通”. 矫正: location 的匹配顺序其实是“先匹配普通,再匹配正则”.我这么说,大家一定会反驳我,因为按“先匹配普通, ...
- nginx location匹配规则
谢谢作者的分享精神,原文地址:http://www.nginx.cn/115.html location匹配命令 ~ #波浪线表示执行一个正则匹配,区分大小写~* #表示执行一个正则匹 ...
- Standford CoreNLP
Stanford CoreNLP Stanford CoreNLP提供一组自然语言处理的工具.这些工具可以把原始英语文本作为输入,输出词的基本形式,词的词性标记,判断词是否是公司名.人名等,规格化日期 ...
- Nginx的配置文件(nginx.conf)解析和领读官网
步骤一:vi nginx.conf配置文件,参考本博文的最下面总结,自行去设置 最后nginx.conf内容为 步骤二:每次修改了nginx.conf配置文件后,都要reload下. index.ht ...
- 转:nginx location匹配规则
location匹配命令 ~ #波浪线表示执行一个正则匹配,区分大小写~* #表示执行一个正则匹配,不区分大小写^~ #^~表示普通字符匹配,如果该选项匹配,只匹配该选项,不匹配 ...
- nginx location的管理以及查找
关于nginx代码解析,我师兄雕梁的博客(http://simohayha.javaeye.com)有一系列的文章可以阅读.我这里将只介绍他博客里没有关注到的或者讲述不详细的,但是我个人又认为是ngi ...
随机推荐
- Kinect 开发 —— 常见手势识别(上)
悬浮按钮 (Hover Button) 悬浮按钮通过将鼠标点击换成悬浮然后等待(hover-and-wait)动作,解决了不小心点击的问题.当光标位于按钮之上时,意味着用户通过将光标悬浮在按钮上一段时 ...
- nice---进程优先级
在当前程序运行优先级基础之上调整指定值得到新的程序运行优先级,用新的程序运行优先级运行命令行"command [arguments...]".优先级的范围为-20 - 19 等40 ...
- runlevel---当前Linux系统的运行等级
Linux系统有7个运行级别(runlevel)运行级别0:系统停机状态,系统默认运行级别不能设为0,否则不能正常启动运行级别1:单用户工作状态,root权限,用于系统维护,禁止远程登陆运行级别2:多 ...
- 【习题 8-13 UVA - 10570】Meeting with Aliens
[链接] 我是链接,点我呀:) [题意] 在这里输入题意 [题解] 枚举1的位置在i 往右摆成一排. a[i+1]..a[n]..a[1]..a[i-1]变为有序的 ->寻找循环节,每个循环节的 ...
- ABAP调用外部WebService
TCode:se80 选择 Package,输入我们自己的开发包,后回车 右击 开发包名称,选择菜单 出现创建向导窗体 选择"Service Consumer",点击 继续 选择& ...
- 从USB闪存驱动器启动 Hiren的BootCD --制作U盘启动盘
从USB闪存驱动器启动 Hiren的BootCD 原文 http://www.hirensbootcd.org/usb-booting/ 本文基本上是翻译而来 要从USB闪存驱动器启动Hiren的B ...
- ellipsize-TextView省略号的设定
ellipsize主要是当TextView的文字过长的时候,我们可以让它显示省略号 用法如下: 在xml中 <!--省略号在结尾--> android:ellipsize = " ...
- 建堆是 O(n) 的时间复杂度证明。
建堆的复杂度先考虑满二叉树,和计算完全二叉树的建堆复杂度一样. 对满二叉树而言,第 \(i\) 层(根为第 \(0\) 层)有 \(2^i\) 个节点. 由于建堆过程自底向上,以交换作为主要操作,因此 ...
- gdbserver 使用方法
1.分别编译出在宿主机运行的交叉调试器arm-linux-gdb和在目标板上运行的gdbserver: 2.在目标板开启gdbserver#gdbserver 宿主机ip:任意指定端口号 ./待调试 ...
- Linux的一些简单命令操作
防火墙 查看防火墙状态 systemctl status iptables (或service iptables status) 关闭防火墙 systemctl stop iptables(或serv ...