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

时间: 2024-10-18 10:38:00

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

Advanced Configuration Tricks

Advanced Configuration Tricks Configuration of zend-mvc applications happens in several steps: Initial configuration is passed to the Application instance and used to seed the ModuleManager and ServiceManager. In this tutorial, we will call this conf

OpenERP-限制高级搜索字段范围(Restrict the fields can be seen in "advanced search")

因为高级搜索包含对象的所有字段,默认没有做限制.有时候不希望暴露太多字段给用户,所以可以使用如下方法,使高级搜索与普通搜索的字段范围相同. By default, the advanced search function can search by all of the object's fields. But sometimes, we don't want the user to know much about the inner structure, so we can use below

10 Advanced Bing Search Tricks You Should Know

Exclude Websites From Bing Search: wikipedia -wikipedia.org Excluding Keywords From Bing Search: face not facebook Filter Search Results By Title: intitle:yellow pages. Filter Search Results By URL: inurl:Indian players. Find All the Domains Hosted o

Enter Query Mode Search Tricks Using Enter_Query Built-in in Oracle Forms

In this post you will learn how to specify any condition in enter query mode of Oracle Forms. Whenever Enter_Query command executes Oracle Forms comes into enter query mode and in that mode you can specify some criteria to filter the records and afte

42 Bing Search Engine Hacks

42 Bing Search Engine Hacks November 13, 2010 By Ivan Remember Bing, the search engine Microsoft launched to topple Google? Ok, it didn't work that way but it still has lots of great features and deserves a second look. 42 Bing Search Engine Tips and

谷歌浏览器添加Bing搜索引擎:

https://www.bing.com/search?q=%s&pc=MOZI&form=MOZLBR

子域名爆破&C段查询&调用Bing查询同IP网站

在线子域名爆破 1 <?php 2 3 function domainfuzz($domain) { 4 $ip = gethostbyname($domain); 5 preg_match("/\d+\.\d+\.\d+\.\d+/",$ip,$arr); 6 return $arr; 7 } 8 9 function main() { 10 if(isset($_GET['q'])) { 11 $return = array(); 12 $domain = trim($_GE

bing查询旁站脚本

1 #!/usr/bin/env python 2 # -*- coding: UTF-8 -*- 3 #by i3ekr 4 5 import re,optparse,sys,requests,time,os 6 7 parse = optparse.OptionParser(usage="python %prog -i '127.0.0.1'",version="%prog 1.0") 8 parse.add_option('-i','--ip',action=