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]

  • By default, 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 topic, 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.
  • Term grouping and Boolean operators are supported in the following preferred order:
    • parentheses ()
    • quotation marks ""
    • NOT + -
    • AND &
    • OR |
  • Because OR is the operator with lowest precedence, enclose OR terms in parentheses when combined with other operators in a search.
  • Some features and functionality described here may not be available in your country or region.

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 filetypedf.
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 preferrganization.
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]

  • Don't include a space after the colon in these keywords.
  • Some features and functionality described here may not be available in your country or region.

Source : http://onlinehelp.microsoft.com/en-us/bing/ff808421.aspx

Advanced search keywords的更多相关文章

  1. 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 ...

  2. google advanced search operators

    google advanced search operators https://www.google.com/advanced_search js es6 site:xgqfrms.xyz http ...

  3. Google Advanced Search Skills

    Google Advanced Search Skills site:

  4. 谷歌商店高级搜索 Google play advanced search

    这个问题一直搜索了很久都没有答案,后来在StackOverflow上提问,很久也没人回答. 详见我的SO:https://stackoverflow.com/questions/52939493/ho ...

  5. 42 Bing Search Engine Hacks

    42 Bing Search Engine Hacks November 13, 2010 By Ivan Remember Bing, the search engine Microsoft lau ...

  6. 翻译 | Placing Search in Context The Concept Revisited

    翻译 | Placing Search in Context The Concept Revisited 原文 摘要 [1] Keyword-based search engines are in w ...

  7. 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 ...

  8. VUE错误记录 - 品牌后台练习 search(); 数组 splice forEach push 箭头函数

    methods:{ add(){ var car = { id: this.id, name: this.name, ctime: new Date()}; this.list.push(car); ...

  9. magento 常用的函数

    1.Magento eav_attribute表中source如何指定自定义数据来源  如果你引用的类名为yebihai_usermanage_model_entity_school你必须完整的给出地 ...

随机推荐

  1. 怎么用 pytorch 查看 GPU 信息

    如果你用的 Keras 或者 TensorFlow, 请移步 怎么查看keras 或者 tensorflow 正在使用的GPU In [1]: import torch In [2]: torch.c ...

  2. vuer-cli 安装笔记

    电脑上装 的软件全卸载了.需要 重装 .整理了一下vue-cli脚手架搭建 1 先下载git 2 再下载node 3安装淘宝镜像 (https://npm.taobao.org/) 4 安装webpa ...

  3. DS-二叉排序树的插入、查找和删除

    2019-12-02(菜鸡开始学习了...) Data Structure 之 二叉排序树 二叉排序树是给定一个节点后,接下来插入的数如果比它大就会放到它的右孩子那边,比它小就会放到它的左孩子那边. ...

  4. [Python3 练习] 009 利用列表隐藏并找到有用的信息

    题目:利用列表隐藏并找到有用的信息 (1) 描述 1) 题源 鱼 C 论坛中"小甲鱼"老师出的题 链接地址:第020讲:函数:内嵌函数和闭包 | 课后测试题及答案 2) 修改 题中 ...

  5. checkbox radio 多次操作失效

    checkbox radio 多次操作失效 , 将attr替换为prop $(this).attr('checked',true); $(this).attr('checked',false); $( ...

  6. 重绘ComboBox —— 让ComboBox多列显示

    最近在维护一个winform项目,公司购买的是DevExpress控件 (请问怎么联系DevExpress工作人员? 我想询问下,广告费是怎么给的.:p),经过公司大牛们对DevExpress控件疯狂 ...

  7. 一个完整的HTTP请求过程详细

    整个流程1.域名解析 —> 2.与服务器建立连接 —> 3.发起HTTP请求 —>4. 服务器响应HTTP请求,浏览器得到html代码 —> 5.浏览器解析html代码,并请求 ...

  8. AOP记录日志

    1.自定义注解 @Target(ElementType.METHOD) //注解放置的目标位置,METHOD是可注解在方法级别上 @Retention(RetentionPolicy.RUNTIME) ...

  9. ES6——generator-yield

    yield 既可传参,又可以返回 第一个next()传参无效,只用来启动 如果函数前漏掉 * 就是普通函数 如果有yield会报错, ReferenceError: yield is not defi ...

  10. NodeJS、npm安装步骤和配置(windows版本)

    https://jingyan.baidu.com/article/48b37f8dd141b41a646488bc.html 上面这个链接很详细了,怕它没了自己记一遍.我的简洁一点. 1. 打开no ...