Bing is one of the world's most popular search engines that has gained many fans with its ease of use and accurate search results. Your searches will become even more accurate with these simple Bing search engine shortcuts and advanced keywords. The following advanced search shortcuts will streamline yoursearch results, and narrow down extraneous data so you can get to what you're looking for, fast.

 

Symbols you can use to streamline your Bing searches

+: Finds web pages that contain all the terms preceded by the + symbol.

" ": Finds the exact words in a phrase.

(): Finds or excludes web pages that contain a group of words.

AND or &: Finds web pages that contain all the terms or phrases (this is an example of Boolean search)

NOT or -: Excludes web pages that contain a term or phrase.

OR or |: Finds web pages that contain either of the terms or phrases.

Note: By default in Bing, all searches are AND searches.You must capitalize the NOT and OR operators. Otherwise, Bing will ignore them as stop words, which are commonly occurring words and numbers that are omitted to speed a full-text search.Stop words and all punctuation marks, except for the symbols noted in this article, are ignored unless they are surrounded by quotation marks or preceded by the + symbol.Only the first 10 terms are used to get search results.Because OR is the operator with the lowest precedence, enclose OR terms in parentheses when combined with other operators in a search (search precedence means that Bing evaluates the action of some operators before evaluating the action of other operators).

 

Advanced Bing search operators

The following are simple search tips you can use to narrow down your searches in Bing and make your searches more efficient.

ext: Returns only web pages with the filename extension that you specify.

Contains: Keeps results focused on sites that have links to the file types that you specify.

 

Example: tennis contains:gif

Filetype: Returns only web pages created in the file type that you specify. Example: filetype:pdf

inanchor: or inbody: or intitle: return web pages that contain the specified term in the metadata, such as the anchor, body, or title of the site, respectively. Example: inanchor:tennis inbody:wimbledon

ip: Finds sites that are hosted by a specific IP address (A specific address for a computer on the Internet.) . The IP address must be a dotted quad address. Type the ip: keyword, followed by the IP address of the website. Example: IP: 207.241.148.80

language: Returns web pages for a specific language. Specify the language code directly after the language: keyword. Example: "tennis" language:fr

loc: or location: Returns webpages from a specific country or region. Specify the country or region code directly after the loc: keyword. To focus on two or more languages, use a logical OR to group the languages. Example: tennis (loc:US OR loc:GB)

Prefer: Adds emphasis to a search term or another operator to help focus the search results. Example: tennis prefer:history

site: Returns web pages that belong to the specified site. To focus on two or more domains, use a logical OR to group the domains.

 

Example: site:about.com/tennis/US Open. You can use site: to search for web domains, top level domains, and directories that are not more than two levels deep. You can also search for web pages that contain a specific search word on a site.

Feed: Finds RSS (Really Simple Syndication is a publishing format that websites use to easily distribute, or syndicate, content to a wide audience. You can add RSS feeds to an RSS reader to make finding news easier. Some RSS readers are web-based, while other readers are separate downloads that run on your computer.) or Atom feeds on a website for the terms you search for.

Example: feed:technology.

Hasfeed: Finds webpages that contain an RSS or Atom feed on a website for the terms you search for.

url: Checks whether the listed domain or web address is in the Bing index. Example: url:about.com

Site/domain: Limits your search to a specific root domain, such as .edu, .gov, .org. Example:site/.edu

Bing Advanced Search Tricks You Should Know的更多相关文章

  1. Advanced search keywords

    Advanced search options Find what you're looking for in less time. Use the following symbols to quic ...

  2. Advanced Configuration Tricks

    Advanced Configuration Tricks Configuration of zend-mvc applications happens in several steps: Initi ...

  3. 在IDE中用Bing Code Search直接查找代码片段并且插入

    博客搬到了fresky.github.io - Dawei XU,请各位看官挪步.最新的一篇是:在IDE中用Bing Code Search直接查找代码片段并且插入.

  4. 必应代码搜索 Bing Code Search 安装

    微软这几天推出基于bing搜索引擎的  Bing Code Search ,可直接在浏览器上搜索和运行代码.目前中文版必应无法使用本功能,有需要的同学可以转到英文版进行搜索: 英文版必应:  http ...

  5. IDEA插件:search with bing、search with baidu

    //转载请注明出处:https://www.cnblogs.com/nreg/p/11267169.html 当项目出现错误时,经常需要复制错误信息粘贴到浏览器查询,但是手动复制再粘贴太麻烦了, 因此 ...

  6. google advanced search operators

    google advanced search operators https://www.google.com/advanced_search js es6 site:xgqfrms.xyz http ...

  7. Google Advanced Search Skills

    Google Advanced Search Skills site:

  8. 10 Advanced Bing Search Tricks You Should Know

    Exclude Websites From Bing Search: wikipedia -wikipedia.org Excluding Keywords From Bing Search: fac ...

  9. 谷歌商店高级搜索 Google play advanced search

    这个问题一直搜索了很久都没有答案,后来在StackOverflow上提问,很久也没人回答. 详见我的SO:https://stackoverflow.com/questions/52939493/ho ...

随机推荐

  1. vue中的provide/inject讲解

    最近在看element-ui的源码,发现了一个这样的属性:inject.遂查看官网provider/inject provider/inject:简单的来说就是在父组件中通过provider来提供变量 ...

  2. [Python3 填坑] 011 元组中有多个最值,索引出来的是哪一个

    目录 1. print( 坑的信息 ) 2. 开始填坑 (1) max() (2) min() (3) 结论 1. print( 坑的信息 ) 挖坑时间:2019/01/11 明细 坑的编码 内容 P ...

  3. [Python3 填坑] 010 isalpha() 对于字母的定义

    目录 1. print( 坑的信息 ) 2. 开始填坑 官方文档 1. print( 坑的信息 ) 挖坑时间:2019/01/14 明细 坑的编码 内容 Py009-1 isalpha() 理当只有输 ...

  4. SpringBoot(二) -- SpringBoot配置

    一.配置文件 SpringBoot可以使用两种类型的配置文件(文件名固定): application.properties application.yml 配置文件的作用就是来修改SpringBoot ...

  5. Makefile project

    1 Makefile里出现IDF_PATH,所以要在工程属性里的environment环境变量添加IDF_PATH,对其解释,指出路径. 2  项目中用了shell文本,如果用Python 语言,要确 ...

  6. POJ3321[苹果树] 树状数组/线段树 + dfs序

    Apple Tree Time Limit: 2000MS   Memory Limit: 65536K Total Submissions:39452   Accepted: 11694 Descr ...

  7. Neo4j的查询语法笔记(二)

    cypher是neo4j官网提供的声明式查询语言,非常强大,用它可以完成任意的图谱里面的查询过滤,我们知识图谱的一期项目 基本开发完毕,后面会陆续总结学习一下neo4j相关的知识.今天接着上篇文章来看 ...

  8. mysql常见的查询语句

    select * from 表名     查询此表所有数据  select * from 表名 where 字段名 > 判断条件      查询某表中的某字段符合条件的数据 select * f ...

  9. 一个完整的HTTP请求过程详细

    整个流程1.域名解析 —> 2.与服务器建立连接 —> 3.发起HTTP请求 —>4. 服务器响应HTTP请求,浏览器得到html代码 —> 5.浏览器解析html代码,并请求 ...

  10. append动态生成的元素,无法触发事件的原因及解决方案

    今天笔者在实现一个简单的动态生成元素功能的时候,发现了一个问题: 使用append动态生成的元素事件绑定失效了. 查阅资料后发现: click(fn)当选中的选择器被点击时触发回调函数fn.只针对与页 ...