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![]() |
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![]() |
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你必须完整的给出地 ...
随机推荐
- 1.关于狗书《Flask Web开发 基于Python的web开发应用实战》身份验证的改进
在我学习用户身份验证的时候,我发现这里有个小弊端,在用户注册完成后想要验证邮箱的时候,点击邮箱中的网址进行验证,此时还要登陆,这及其不符合我们的习惯.一般情况下我们只需要点击网址就可以验证成功并且进入 ...
- Postman—上个接口返回数据作为下个接口入参
//将数据解析成json格式 var data=JSON.parse(responseBody); //获取totalRentPrice值 var totalRentPrice=jsonData.da ...
- 极*Java速成教程 - (3)
Java语言基础 访问权限控制 Java是一个面向对象的语言,当你不是它所设计的要面向的对象时,它就不会给你看你不该看到的东西,也就是"访问权限控制". 亲疏有别,才能权限控制 包 ...
- void die(const char *msg)
void die(const char *msg) { perror(msg); exit(errno); }
- 左侧点击后右侧添加tab标签栏以及内容
<!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <title&g ...
- Spring boot集成Swagger,并配置多个扫描路径
Spring boot集成Swagger,并配置多个扫描路径 1:认识Swagger Swagger 是一个规范和完整的框架,用于生成.描述.调用和可视化 RESTful 风格的 Web 服务.总体目 ...
- 【Matlab技巧】工作区变量如何添加到Simulink中?
对新手来说,在进行simulink仿真时想把工作区的变量添加到Simulink中,这样在如transfer模块中使用时可以直接输变量即可. 如这样: 那么如何对Simulink仿真文件自动赋值呢? 1 ...
- vue css中scoped
1.什么是scoped vue组件中,在style标签中有一个属性,叫做scoped.当此标签拥有scoped属性的时候,该组件下的css样式只适用于本组件,而不会影响全局组件.这其实也相当于样式的模 ...
- python学习笔记(12):高级面向对象
一.__slots__和property 1.__slots__魔术函数动态的添加方法和属性 2.直接暴露属性的局限性 3.使用get/set方法 4.利用@property简化get/set方法 5 ...
- 本地文件夹上传到Github(一)
1.在要上传的文件夹下单击右键,选择Git Bash here打开Git bash,设置全局用户名和邮箱 语法:git config --global user.name wandou 语法:git ...