Monday, November 30, 2015

Boolean Strings For Experience Search - LinkedIn



A person’s years of professional experience by controlling what years do or do not appear on a LinkedIn profile:


Please find below the strings. Copy and paste in Google.

site:(in.linkedin.com/pub OR in.linkedin.com/in) -dir (java | j2ee) -recruiter -answers -jobs (engineer | consultant | programmer | developer) "location * Chennai" 2011..2013 -1990 -1991 -1992 -1993 -1994 -1995 -1996 -1997 -1998 -1999 -2000 -2001 -2002 -2003 -2004 -2005 -2006 -2007 -2008 -2009 -2010 -2011

Using Boolean Logic in Search Strings

Xray SearchWith over 10 billion web pages and over 40,000 job boards and resume databases, how does a recruiter shift through the data to discover the candidates who truly shine?

The answer lies in effective search methods.  One of the most popular methods is the use of Boolean logic in the search criteria.  Below is a list of some of the most common Boolean operators.

AND The use of AND allows the searcher to find documents containing all of the specified words or phrases. For example, entering Java AND Asp.net finds documents containing both words.
“ ” The use of quotation marks yields documents that contain an exact phrase. For example, “Java Developer” finds documents that contain that exact phrase.
OR Using OR will generate documents containing at least one of the specified words or phrases. For example, entering Java OR PHP finds documents containing either word, but not necessarily both words.
*
Wildcard
The asterisk is a wildcard. Using the wildcard will allow the searcher to find documents with keywords containing the same root. For example, Manag* returns pages containing the words Manager, Managed, Managing.
AND NOT Using AND NOT will exclude any documents containing the specified word or phrase. For example, J2ee AND NOT PHP finds documents which contain J2ee but not those which have PHP as well.
NEAR The use of NEAR will retrieve documents containing either specified words or phrases within 10 words of each other. For example, Manager NEAR Personnel.
(  ) Use parentheses to group Boolean phrases. For example, (Java AND Specialist) AND (java OR j2ee)
~ The tilda (~) is used to find synonyms or related words. For example, site:www.aol.com~resume will not only find resumes on the AOL site, but will also pull any document similar to a resume such as curriculum vitas.
inurl:text The use of inurl finds pages with a specific word or phrase in the URL. For example, using inurl:resume to find all pages that have the word resume in the address of the webpage. 
intitle:text The use of intitle is similar to the above. Intitle finds pages that contain the specified word or phrase in the page title. For example, the search intitle:accounting would find pages with accounting in the title. 
site:site name This operator will find pages within a specific website. The search site:www.shopping.com would find pages at the Shopping.com domain.

Most of the conventional job boards and resume databases will accept Boolean logic, however some of the niche sites may not.  Google and MSN Live also accept the logic as search criteria.




Friday, November 27, 2015

Operators Accepted By Networks

                      


Boolean Operators Accepted By Social Networks





Social Network Operators Accepted
LinkedIn AND, OR, NOT, “ “, ( )
Twitter AND, OR, NOT
Use the NOT operator by putting a hyphen (-) before a word.
Ex: Java -PHP
Facebook AND, NOT
Google+ AND, OR, NOT, “ “

Thursday, November 26, 2015

How The Basics


OR Operator - Boolean Search

The command OR will return results containing at least one of your specified keywords or phrases.

booleansearch

Entering Java OR Asp OR PHP OR J2ee would produce results containing any of these terms but not necessarily all of them.

Examples : 
(“developer” OR engineer OR architect OR programmer OR programming)
(“business analyst” OR “business analysis” OR “bus analyst” OR ba OR ccba OR cbap OR bi OR “business intelligence” OR bo OR “business objects” OR bsa OR “business systems analyst”)
(admin OR administrator OR administration)
(“ux” OR user-experience OR “user experience”)
(“ui” OR user-interface OR “user interface”)
(“project manager” OR “project management” OR PMP)

Wednesday, November 25, 2015

What is Boolean??

Developed by the English mathematician and computer pioneer George Boole, a Boolean or bool consists of operators such as AND, OR, NOT. Booleans are often used in programming and in Internet search engines.

Boolean is pronounced bool-e-an.

Boolean searches allow you to combine words and phrases using the words AND, OR, NOT (known as Boolean operators) to limit, broaden, or define your search.