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 ...
随机推荐
- STL关联式容器之set\map ----以STL源码为例
关联式容器的特征:所用元素都会根据元素的键值自动被排序. set STL 中的关联式容器低层数据结构为红黑树,其功能都是调用低层数据结构中提供的相应接口. set元的元素不会像map那样同时拥有键(k ...
- [Python3 练习] 005 汉诺塔1 递归解法
题目:汉诺塔 I (1) 描述 传说,在世界中心贝拿勒斯(在印度北部)的圣庙外有左中右三根足够长的柱子(塔) 左边柱子上套着 64 片金片,金片按"上小下大"排,其余两根是空柱子 ...
- CentOS7 iptables安装及操作
添加规则时的考量点: (1)要实现哪种功能:判断添加在哪张表上: (2)报文流经的路径:判断添加在哪个链上: 链上规则的次序: (1)同类规则(访问同一应用),匹配范围小的放上面: (2)不同类规则( ...
- [BZOJ 3173] [TJOI 2013] 最长上升子序列(fhq treap)
[BZOJ 3173] [TJOI 2013] 最长上升子序列(fhq treap) 题面 给定一个序列,初始为空.现在我们将1到N的数字插入到序列中,每次将一个数字插入到一个特定的位置.每插入一个数 ...
- python字符串学习总结
python字符串是不可变类型 所以没有添加和删除操作,更改元素,不会更改元素本身,可以用id(str) 测试,只有从新赋值新的对象才有效果.
- 【数据库运维】数据库(server)的时区设置及世界主要地区的时区
[时区设置不当会有什么问题] 当进行海外项目运维的时候,常常会遇到时区设置的问题.假设时区设置不当 或者 同样项目的server之间的时区不一致,都会有导致项目的数据异常的风险. 假设数据表的字段使用 ...
- spark复习笔记(6):RDD持久化
在spark中最重要的功能之一是跨操作在内存中持久化数据集.当你持久化一个RDD的时候,每个节点都存放了一个它在内存中计算的一个分区,并在该数据集的其他操作中进行重用,持久化一个RDD的时候,节点上的 ...
- <input>/<textarea>输入框设置默认提示文字(隐藏式)
html代码如下: <tr> <td>签 名:</td> <td><input type="text" nam ...
- vs code 同步
vs code 同步需要在github上配置好gist id, 将gist id添加至setting.json中, 然后再在localsetting中设置access token, gist id ...
- Express 2015 RC for Windows 10 安装
支持的操作系统 Windows 10 Technical Preview 硬件要求 1.6 GHz 或更快的处理器 1 GB RAM(如果在虚拟机上运行,则为 1.5 GB) 4 GB 可用硬盘空间 ...