Bing Advanced Search Tricks You Should Know
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的更多相关文章
- Advanced search keywords
Advanced search options Find what you're looking for in less time. Use the following symbols to quic ...
- Advanced Configuration Tricks
Advanced Configuration Tricks Configuration of zend-mvc applications happens in several steps: Initi ...
- 在IDE中用Bing Code Search直接查找代码片段并且插入
博客搬到了fresky.github.io - Dawei XU,请各位看官挪步.最新的一篇是:在IDE中用Bing Code Search直接查找代码片段并且插入.
- 必应代码搜索 Bing Code Search 安装
微软这几天推出基于bing搜索引擎的 Bing Code Search ,可直接在浏览器上搜索和运行代码.目前中文版必应无法使用本功能,有需要的同学可以转到英文版进行搜索: 英文版必应: http ...
- IDEA插件:search with bing、search with baidu
//转载请注明出处:https://www.cnblogs.com/nreg/p/11267169.html 当项目出现错误时,经常需要复制错误信息粘贴到浏览器查询,但是手动复制再粘贴太麻烦了, 因此 ...
- google advanced search operators
google advanced search operators https://www.google.com/advanced_search js es6 site:xgqfrms.xyz http ...
- Google Advanced Search Skills
Google Advanced Search Skills site:
- 10 Advanced Bing Search Tricks You Should Know
Exclude Websites From Bing Search: wikipedia -wikipedia.org Excluding Keywords From Bing Search: fac ...
- 谷歌商店高级搜索 Google play advanced search
这个问题一直搜索了很久都没有答案,后来在StackOverflow上提问,很久也没人回答. 详见我的SO:https://stackoverflow.com/questions/52939493/ho ...
随机推荐
- DFS序1
给一棵有根树,这棵树由编号为1..N的N个结点组成.根结点的编号为R.每个结点都有一个权值,结点i的权值为vi .接下来有M组操作,操作分为两类:1 a x,表示将结点a的权值增加x:2 a,表示求结 ...
- java8 语言特性
Lamda 表达式 使用内部类也可以实现相关的功能, 但使用lamda更简短 lamda 的参数类型可以省略 如果是单条语句, lamda 的花括号可以省略 如果是单条语句, lamda 的 retu ...
- 20191105 《Spring5高级编程》笔记-第11章
第11章 任务调度 任务调度由三部分组成: 任务:需要在特定时间运行或定期运行的业务逻辑块: 触发器:指定任务应该执行的条件: 调度程序:根据来自触发器的信息执行任务: 11.2 Spring中的任务 ...
- vue 运行时报 dependency was not found:错误
这种报错我知道的有两种情况引起: 第一种: 是在引入文件的时候路径不对, 解决办法是: 只要在加一个./就行了: import test from './test' 改成先对路径 如果是安装的模块的话 ...
- 解决MySQL报错:Access denied for user ‘root’@‘localhost’(using password: YES)
Windows 10(mysql5.1) 修改配置文件 找到MySQL安装目录下配置文件my.ini(在我的win10环境下,其路径为C:\ProgramData\MySQL\MySQL Server ...
- Acwing143. 最大异或对
在给定的N个整数A1,A2……ANA1,A2……AN中选出两个进行xor(异或)运算,得到的结果最大是多少? 输入格式 第一行输入一个整数N. 第二行输入N个整数A1A1-ANAN. 输出格式 输出一 ...
- Redis: 分布式锁的正确实现方式(转)
前言 分布式锁一般有三种实现方式:1. 数据库乐观锁:2. 基于Redis的分布式锁:3. 基于ZooKeeper的分布式锁.本篇博客将介绍第二种方式,基于Redis实现分布式锁.虽然网上已经有各种介 ...
- iOS 证书(.p12)和描述文件(.mobileprovision)的导出和使用方法
为什么要导出.p12文件 当我们用大于三个mac设备开发应用时,想要申请新的证书,如果在我们的证书里,包含了3个发布证书,2个开发证书,可以发现再也申请不了开发证书和发布证书了(一般在我们的证书界面中 ...
- Linux性能优化从入门到实战:15 文件系统篇:磁盘 I/O
磁盘 磁盘是可以持久化存储的设备,按照存储介质来分类: (1)机械磁盘(硬盘驱动器,Hard Disk Driver,HDD),主要由盘片和读写磁头组成,数据就存储在盘片的环状磁道中.在读写数 ...
- ps:HSB色彩模式
前面我们已经学习过了两大色彩模式RGB和CMYK.色彩模式有很多种,但这两种是最重要和最基础的.其余的色彩模式,实际上在显示的时候都需要转换为RGB,在打印或印刷(又称为输出)的时候都需要转为CMYK ...