Advanced search keywords
Advanced search options
Find what you're looking for in less time. Use the following symbols to quickly modify your search term or search function:
[h=3][/h]
| Symbol | Function |
| + | Finds webpages that contain all the terms that are preceded by the + symbol. Also allows you to include terms that are usually ignored. |
| " " | Finds the exact words in a phrase. |
| () | Finds or excludes webpages that contain a group of words. |
| AND or & | Finds webpages that contain all the terms or phrases. |
| NOT or - | Excludes webpages that contain a term or phrase. |
| OR or | | Finds webpages that contain either of the terms or phrases. |
[TH="align: left"]
Note [/TH]
Source : http://onlinehelp.microsoft.com/en-us/bing/ff808438.aspx |
Advanced search keywords
Want to spend less time sorting through irrelevant results? Advanced keywords can give you better search results so that you find only what you want. Use the following keywords to help limit and focus your searches:
[h=3][/h]
| Keyword | Definition | Example |
| contains: | Keeps results focused on sites that have links to the file types that you specify. | To search for websites that contain links to Microsoft Windows Media Audio (.wma) files, type music contains:wma. |
| ext: | Returns only webpages with the filename extension that you specify. | To find reports created only in DOCX format, type your subject, followed by ext:docx. |
| filetype: | Returns only webpages created in the file type that you specify. | To find reports created in PDF format, type your subject, followed by filetype df. |
| inanchor: or inbody: or intitle: | These keywords return webpages that contain the specified term in the metadata, such as the anchor, body, or title of the site, respectively. Specify only one term per keyword. You can string multiple keyword entries as needed. | To find webpages that contain "msn" in the anchor, and the terms "spaces" and "magog" in the body, type inanchor:msn inbody:spaces inbody:magog. |
| ip: | Finds sites that are hosted by a specific IP address. The IP address must be a dotted quad address. Type the ip: keyword, followed by the IP address of the website. | Type IP:207.46.249.252. |
| language: | Returns webpages for a specific language. Specify the language code directly after the language: keyword. You can also access this function using the Search Builder Language function. For more information about using Search Builder, see Use advanced search. | To see webpages only in English about antiques, type "antiques" language:en. |
| 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. | To see webpages about sculpture from the U.S. or Great Britain, type sculpture (loc:US OR loc:GB). For a list of language codes that you can use with Bing, see Country, region, and language codes. |
| prefer: | Adds emphasis to a search term or another operator to help focus the search results. | To find results about football but that primarily pertain to the organization, type football prefer rganization. |
| site: | Returns webpages that belong to the specified site. To focus on two or more domains, use a logical OR to group the domains. 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 webpages that contain a specific search word on a site. | To see webpages about heart disease from the BBC or CNN websites, type "heart disease" (site:bbc.co.uk OR site:cnn.com). To find webpages about the PC version of Halo on the Microsoft website, type site:www.microsoft.com/games/pc halo. |
| feed: | Finds RSS or Atom feeds on a website for the terms you search for. | To find RSS or Atom feeds about football, type feed:football. |
| hasfeed: | Finds webpages that contain an RSS or Atom feed on a website for the terms you search for. | To find webpages on the New York Times website that contain RSS or Atom feeds, type site:www.nytimes.com hasfeed:football. |
| url: | Checks whether the listed domain or web address is in the Bing index. | To verify that the Microsoft domain is in the index, type url:microsoft.com. |
[TH="align: left"]
Note [/TH]
Source : http://onlinehelp.microsoft.com/en-us/bing/ff808421.aspx |
Advanced search keywords的更多相关文章
- 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 us ...
- 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:
- 谷歌商店高级搜索 Google play advanced search
这个问题一直搜索了很久都没有答案,后来在StackOverflow上提问,很久也没人回答. 详见我的SO:https://stackoverflow.com/questions/52939493/ho ...
- 42 Bing Search Engine Hacks
42 Bing Search Engine Hacks November 13, 2010 By Ivan Remember Bing, the search engine Microsoft lau ...
- 翻译 | Placing Search in Context The Concept Revisited
翻译 | Placing Search in Context The Concept Revisited 原文 摘要 [1] Keyword-based search engines are in w ...
- How to Build a Search Page with Elasticsearch and .NET
Although SQL Server's Full-Text search is good for searching text that is within a database, there a ...
- VUE错误记录 - 品牌后台练习 search(); 数组 splice forEach push 箭头函数
methods:{ add(){ var car = { id: this.id, name: this.name, ctime: new Date()}; this.list.push(car); ...
- magento 常用的函数
1.Magento eav_attribute表中source如何指定自定义数据来源 如果你引用的类名为yebihai_usermanage_model_entity_school你必须完整的给出地 ...
随机推荐
- Python json函数与Flask jsonify函数
JSON数据结构 要把json与字典区分开来 dumps(字典转换成Json) loads(Json转换成字典) 参考: Python 的字典是一种数据结构,JSON 是一种数据格式. json 就是 ...
- OuterXml和InnerXml(2)
官方例子:https://msdn.microsoft.com/en-us/library/system.xml.xmlnode.outerxml.aspx using System; using S ...
- ES6扩展运算符(三点符号), 解构
http://www.cnblogs.com/chrischjh/p/4848934.html
- VS2010中解决Qt“Unable to find a Qt build“
转自:http://blog.sina.com.cn/s/blog_687960370101d0eu.html 三种方法: 1.在QT菜单下单击OPTION,然后单击ADD,选择QT安装路径. 2.运 ...
- HTML+CSS ,原型
此图是别人所作
- mysql 可重复读
概念 Repeatable Read(可重复读):即:事务A在读到一条数据之后,此时事务B对该数据进行了修改并提交,那么事务A再读该数据,读到的还是原来的内容. 实现原理(MVCC [ 多版本并发控制 ...
- C# 委托和事件 实现窗体间的通信
例子 : 点击form1上的按钮打开form2窗口,在form2窗体中的文本框中输入一个值后,在点击form2窗体中按钮,在form2中的文本框中输入的值也会在form1中的文本框中出现. form1 ...
- FFmpeg从入门到出家(FLV文件结构解析)
FLV(FLASH VIDEO),是一种常用的文件封装格式,目前国内外大部分视频分享网站都是采用的这种格式.其标准定义为<Adobe Flash Video File Format Specif ...
- Solr的学习使用之(十)数据库(Oracle、SqlServer)原有的全文索引功能和Solr对比?
本人有个问题一直不解,既然solr的全文索引功能这么强大,而且效果也不错,那为什么那些数据库厂商比如Oracle.SqlServer,不把solr的功能集成进去呢,或者说把全文索引的功能做好点,做到和 ...
- python去除字符串中间空格的方法
1.使用字符串函数replace a = 'hello world' a.replace(' ', '') # 'helloworld' 2.使用字符串函数split a = ''.join(a.sp ...
df.