原文地址: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--转的更多相关文章

  1. Regular Expressions --正则表达式官方教程

    http://docs.oracle.com/javase/tutorial/essential/regex/index.html This lesson explains how to use th ...

  2. 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 ...

  3. Nginx中文手册

    Nginx 常见应用技术指南[Nginx Tips] 第二版 作者:NetSeek http://www.linuxtone.org (IT运维专家网|集群架构|性能调优) 目 录 一. Nginx ...

  4. Nginx之location 匹配规则详解

    有些童鞋的误区 1. location 的匹配顺序是“先匹配正则,再匹配普通”. 矫正: location 的匹配顺序其实是“先匹配普通,再匹配正则”.我这么说,大家一定会反驳我,因为按“先匹配普通, ...

  5. nginx location匹配规则

    谢谢作者的分享精神,原文地址:http://www.nginx.cn/115.html location匹配命令 ~      #波浪线表示执行一个正则匹配,区分大小写~*    #表示执行一个正则匹 ...

  6. Standford CoreNLP

    Stanford CoreNLP Stanford CoreNLP提供一组自然语言处理的工具.这些工具可以把原始英语文本作为输入,输出词的基本形式,词的词性标记,判断词是否是公司名.人名等,规格化日期 ...

  7. Nginx的配置文件(nginx.conf)解析和领读官网

    步骤一:vi nginx.conf配置文件,参考本博文的最下面总结,自行去设置 最后nginx.conf内容为 步骤二:每次修改了nginx.conf配置文件后,都要reload下. index.ht ...

  8. 转:nginx location匹配规则

    location匹配命令 ~      #波浪线表示执行一个正则匹配,区分大小写~*    #表示执行一个正则匹配,不区分大小写^~    #^~表示普通字符匹配,如果该选项匹配,只匹配该选项,不匹配 ...

  9. nginx location的管理以及查找

    关于nginx代码解析,我师兄雕梁的博客(http://simohayha.javaeye.com)有一系列的文章可以阅读.我这里将只介绍他博客里没有关注到的或者讲述不详细的,但是我个人又认为是ngi ...

随机推荐

  1. js插件---JS表格组件BootstrapTable行内编辑解决方案x-editable

    js插件---JS表格组件BootstrapTable行内编辑解决方案x-editable 一.总结 一句话总结:bootstrap能够做为最火的框架,绝对不仅仅只有我看到的位置,它应该还有很多位置可 ...

  2. 5.brackets 快捷键 有大用

    转自:https://blog.csdn.net/u012011360/article/details/41209223 ctrl+b 当选中一个文本时,会出现相同的文本,被高亮显示 按ctrl+b ...

  3. ElasticSearch概述和定义

    福利 => 每天都推送 欢迎大家,关注微信扫码并加入我的4个微信公众号:   大数据躺过的坑      Java从入门到架构师      人工智能躺过的坑         Java全栈大联盟   ...

  4. Domino系统从UNIX平台到windows平台的迁移及备份

    单位机房的一台服务机器到折旧期了,换成了新购IBM机器X3950,而且都预装了windows 2003 server 标准版,所以只有把以前在Unix平台下跑的OA系统迁移到新的windows 200 ...

  5. c#数据类型格式转换大全

    来源:网络 1.DateTime   数字型         System.DateTime currentTime=new System.DateTime();    1.1 取当前年月日时分秒   ...

  6. Codeforces Round #196 (Div. 2) 少部分题解

    A:sort以后求差值最小 ]; int main() { int n,m; cin>>n>>m; ; i < m ; i++) cin>>a[i]; sor ...

  7. linux系统下的/proc目录介绍

    1. /proc目录 Linux 内核提供了一种通过 /proc 文件系统,在运行时访问内核内部数据结构.改变内核设置的机制.proc文件系统是一个伪文件系统,它只存在内存当中,而不占用外存空间.它以 ...

  8. last---显示用户最近登录信息

    last命令用于显示用户最近登录信息.单独执行last命令,它会读取/var/log/wtmp的文件,并把该给文件的内容记录的登入系统的用户名单全部显示出来. 语法 last(选项)(参数) 选项 - ...

  9. 微信小程序从零开始开发步骤(五)轮播图

    上一章完成页面自定义分享,这一章来说说轮播图,最常见的一个轮播图,中间带小圆点,自动轮播. Swiper是滑动特效插件,面向手机.平板电脑等移动终端.能实现触屏焦点图.触屏Tab切换.触屏多图切换等常 ...

  10. 【hdu 4289】Control

    [Link]:http://acm.hdu.edu.cn/showproblem.php?pid=4289 [Description] 给出一个又n个点,m条边组成的无向图.给出两个点s,t.对于图中 ...