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. 【ABAP系列】SAP ABAP实现发送外部邮件(添加附件)功能

    公众号:SAP Technical 本文作者:matinal 原文出处:http://www.cnblogs.com/SAPmatinal/ 原文链接:[MM系列]SAP ABAP实现发送外部邮件(添 ...

  2. mssql中quotename的作用

    quotename是保证字符原样输入到mssql中 eg: select * from '+QUOTENAME(@tbname) 用于所传字符为mssql保留字样

  3. 第七周实验报告&课程总结

    一.完成火车站售票程序的模拟. 要求: (1)总票数1000张: (2)10个窗口同时开始卖票: (3)卖票过程延时1秒钟: (4)不能出现一票多卖或卖出负数号票的情况. 代码: public cla ...

  4. Android之异步调用

    概述 AsyncTask可以很好的,准确的使用UI线程,他可以将一个比较耗时(几秒钟)的动作运行在后台,并且能将结果返回至UI线程中,不需要通过(Thread操作和Handler操作). 使用时必须通 ...

  5. Codeforces 979D (STL set)(不用Trie简单AC)

    题面: 传送门 题目大意: 给定一个空集合,有两种操作: 一种是往集合中插入一个元素x,一种是给三个数x,k,s,问集合中是否存在v,使得gcd(x,v)%k==0,且x+v<=s若存在多个满足 ...

  6. JavaScript基础1——在末尾添加节点

    <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title> ...

  7. ReentrantReadWriteLock实现原理

    在java并发包java.util.concurrent中,除了重入锁ReentrantLock外,读写锁ReentrantReadWriteLock也很常用.在实际开发场景中,在使用共享资源时,可能 ...

  8. idea旗舰版续命

    首先鼓励大家使用正版!我一直用的是免费的社区版,但发现有一些功能被阉割了,比如weblogbic就不支持,无奈现在的项目要用到这个,只能去下载旗舰版. 旗舰版需要付费,作为程序员的我为了一个临时的项目 ...

  9. Nginx优化_定义对静态页面的缓存时间

    修改Nginx配置文件,定义对静态页面的缓存时间 proxy ]# vim /usr/local/nginx/conf/nginx.conf server { listen 80; server_na ...

  10. AOP拦截日志类,抛异常:java.lang.IllegalStateException: It is illegal to call this method if the current request is not in asynchronous mode

    AOP的日志拦截类中,抛出异常: java.lang.IllegalStateException: It is illegal to call this method if the current r ...