SlideShare a Scribd company logo
1 of 24
TOPICS
 Boolean Tactics
 What is Boolean Logic?
 Types of Boolean
 The Boolean Operators / The Boolean Modifiers
 The Boolean Operators
 The Boolean Modifiers
 Basic Boolean Operators/Modifiers Explained
 Boolean search works based on logic
As a recruiter it is paramount that we endeavor
(make an effort) to make our Web searches more
sophisticated, effective, and streamlined.
Effectively utilizing Boolean searching is the way
we accomplish this goal for both online web
searches and for archived resume/profile databases.
In this session, we'll talk about the origins of
Boolean terminology, how Boolean search really
works, and look at specific examples of this
incredibly easy to use and logical search system.
Boolean logic is named after George Boole (1815-1864),
an obscure nineteenth century English mathematician.
Boole invented a new form of algebra in which values
are either true or false. His binary logic is the
foundation of digital circuit design and a part of the
language of internet search engines. Don’t worry - you
don’t have to remember high school algebra to make
Boolean logic work.
Most online databases (Monster, CareerBuilder, Dice,
etc.) and search engines (Google, Bing, Yahoo, etc.)
support Boolean searches. Boolean search techniques
can be used to carry out effective searches, cutting out
many unrelated documents and highlighting the
information you need.
AND
OR
() – Brackets/Parentheses
“” – Quotation Marks
* – Asterisk (Wildcard Symbol)
NOT – (sometimes AND NOT)
NEAR
BOOLEAN OPERATORS BOOLEAN MODIFIERS
 AND
 OR
 NOT
 NEAR
 “ “Quotation Marks
 ( ) Brackets/Parentheses
 * Asterisk (Wildcard Symbol)
BOOLEAN OPERATOR # 1: AND
AND is the simplest function to apply. Any search terms that follow an AND command must appear in the
result. For example:
Engineer AND “Senior Developer”
Will give results that include both the word engineer and the phrase “Senior Developer”. All search results will
include both, and any CVs that have either Engineer or “Senior Developer” (but not both) will not appear.
BOOLEAN OPERATOR # 2: OR
Use OR between terms to search for resumes that contain either word surrounding it.
Usage of the OR command allows you to create a list of possibilities for which only one match is important. For
example, the following search phrase would give you results that contain one or more of the stated words:
Engineer or “Senior Developer”
Boolean Operator # 3: NOT (sometimes AND NOT)
NOT is the command of exclusion. If there are closely related terms that mean very different things, then usage
of the NOT command is extremely valuable. An example could be as follows:
architect NOT “software architect”
This would give you results that contain the word architect, but leaving out any that use the phrase “software
architects”. Very useful if you are operating in the construction industry.
The one major limitation with the NOT command is that it isn’t recognized by Google.
Boolean Operator # 4: NEAR
Returns pages in your search string with both terms within close proximity to each other on the page. Usually
within ten words or less.
The "near" operator indicates that the search words you have entered must appear within a certain number of
words of each other (usually between one and 20).
For example, a search for " Sales near Management“ would turn up results in which the two words appear close
together.
Boolean Modifier # 1: “ “Quotation Marks
Use “ ” (quotation marks) around multiple terms to search for resumes that include
the term included in quotes. For example, “UNIX programmer” will return resumes
that include that specific term, rather than separate occurrences of the two words. As
You will have noticed that I have used the “” expression above in some examples
already, wrapped around particular keywords.
Boolean Modifier # 2: ( ) Brackets/Parentheses
Using brackets is essential for complex search strings, and it can be their application
that causes the most confusion. Essentially, a clause within brackets is given priority
over other elements around it. The most common place that brackets are applied by
recruiters is in the use of OR strings. Perhaps a good example would be company
names. You have a list of target companies from where you wish to find your talent,
and a candidate can have worked at any one (or ideally several) of them. You might
initially construct a command like this:
IBM OR Oracle OR “Red Hat” OR Microsoft
These are all large companies though, so any search like this is likely to generate a
large number of results. If you wanted to find just individuals who have reached
Manager or Director level, then you might use the following command:
“Manager” OR “Director”
To combine both commands into one search, we use brackets to tell the search
engine that these are separate conditions. In order to tell the search engine that we
want to see results containing either Manager or Director and also one of IBM,
Oracle, Red Hat, or Microsoft, we group them like this:
(“Manager” OR “Director”) AND (IBM OR Oracle OR “Red Hat” OR Microsoft)
It makes no difference which order the two bracketed sections go; the same results
will result either way.
Boolean Modifier # 3: * wild card symbol
The asterisk can replace one or more letters at the end of a word. This might help you
search for something that can be phrased differently.
Example: Develop* (would retrieve pages with the words Developer, Developing,
Development etc.)
Although Boolean logic is a very effective tool to assist you with your searches.
There are other factors you must keep in mind. The search terms you use are just as
important as the Boolean logic. If a search is proving unproductive, maybe there
are synonyms to some of the search terms? Are there different job titles for this
position? Play with different combinations of search terms and see what results
you get. It is not uncommon to have to run four to six different search term
combinations to find the right resumes.
From my experience over the years I would say only about 50% - 60% of recruiters
are aware of Boolean Logic and use it when conducting searches. Boolean Logic
can increase your edge in terms of speed and efficiency of sourcing resumes online.
Use it and your already putting yourself ahead of half your recruiting competition.
Here I will try to explain how to use Boolean operators effectively to
extract most suitable profiles from resume database.
Here are two cases out of which I will take one and make an effective
search string using Boolean operators. You can take the other case or
think of a case on your own and try to use Boolean operators for it. This
will help you learn it better.
Case 1: We are searching for candidates with Core Java and
Multi Threading skills and Unix / Linux / Solaris platform
experience but he should not have worked in telecom or
networking domain.
Case 2: We are looking for Project Managers in insurance
domain but he should have retail experience not
institutional or corporate sales.
MAIN BOOLEAN OPERATORS:
RECAP
AND - is used when we want both skill sets such as X AND Y
OR - is used when we want any of the available options i.e.: X OR Y OR
Z
Bracket/parentheses () - is used when AND and OR functions are
used in same string. i.e.: X AND (Y OR Z). The above search means X is
mandatory and either of Y or Z will do.
Quotation mark”—“ is used when we are looking for exact phrases
i.e. “technical architect”. This search will find resumes with exact
phrase “technical architect” written in them.
NOT - NOT is used when we don’t want a specific word in a resume
i.e.: (X AND Y) AND NOT Z.
Here, I will take the 1st case:
1. If we put a search - Corejava AND multithreading, we will find profiles where all
these words are mentioned i.e.: all the candidates might have worked on corejava,
multithreading
2. Now the problem is - there may be many profiles where people would have written
corejava as core java and multithreading as multi threading or multi-threading.
We don’t want to miss any of them. So how do we accommodate them? Here OR
function comes handy. We can change our search string to - (Corejava OR “Core
java”) AND (multithreading OR “multi threading” OR “multi-threading”).
3. But we are looking for people who have worked either unix or linux or solaris
platform. So now the string becomes (Corejava OR “core java”) and
(multithreading OR “multi threading” OR “multi-threading”) and (unix OR linux
OR solaris).
4. Now we are looking for people who have worked in core java, multithreading in
unix/linux/solaris platform but he should not be from telecom or networking
background.
So the search string we can use is (CoreJava OR “core java”) AND
(multithreading OR “multi threading” OR “multi-threading”) AND
(Unix OR Linux OR Solaris) AND NOT (telecom OR networking)
Now this is a strong Boolean search string which covers all the aspects of the
case. Here the results will be lesser in number yet most relevant - exactly what
we want.
As I told you earlier, only reading will not do. Take an example and try using
the Boolean operators one by one. Look at the results and analyze them. You
will find out the pattern very soon.
SOME RECOMMENDATIONS
When ever searching for any skill try to put all the alternatives a candidate could have
used to mention that skills set i.e. (multithreading OR “multi threading” OR
“multi threading”). This will make your search more robust.
USE NOT OPERATOR CAREFULLY: For example: You have mentioned NOT X
where you don’t want people who have worked on X skill. Here the search will remove
every resume where X is mentioned even once . As a result you may miss some people
who have worked in your required skill sets and casually written X once or twice
somewhere in there resumes. So before putting NOT operator, think of all the
outcomes.
Boolean operators are not as complicated as they are thought to be. After all you have
to learn only 5 operators. Remember how many formulas we used to practice in math
class in school!
Portal or internal database have huge number of resume of all skill sets. So the key
lies in finding the right resume quickly. Strong Boolean skill will help you achieve
that.
Thank
You
Content Source : Google & Wiki

More Related Content

What's hot

Building Smarter Search Applications Using Built-In Knowledge Graphs and Quer...
Building Smarter Search Applications Using Built-In Knowledge Graphs and Quer...Building Smarter Search Applications Using Built-In Knowledge Graphs and Quer...
Building Smarter Search Applications Using Built-In Knowledge Graphs and Quer...Lucidworks
 
Actonomy xMP smart match 2010
Actonomy xMP smart match 2010Actonomy xMP smart match 2010
Actonomy xMP smart match 2010Filip de Geijter
 
Sourcingrecruitinggooglelive 1232145650825055 3
Sourcingrecruitinggooglelive 1232145650825055 3Sourcingrecruitinggooglelive 1232145650825055 3
Sourcingrecruitinggooglelive 1232145650825055 3pallaviksrikanth
 
A Search Engine Syntax
A Search Engine SyntaxA Search Engine Syntax
A Search Engine SyntaxSherrin Jv
 
Clean code - DSC DYPCOE
Clean code - DSC DYPCOEClean code - DSC DYPCOE
Clean code - DSC DYPCOEPatil Shreyas
 
If you build it boolean tools
If you build it boolean toolsIf you build it boolean tools
If you build it boolean toolsDean Da Costa
 

What's hot (8)

Building Smarter Search Applications Using Built-In Knowledge Graphs and Quer...
Building Smarter Search Applications Using Built-In Knowledge Graphs and Quer...Building Smarter Search Applications Using Built-In Knowledge Graphs and Quer...
Building Smarter Search Applications Using Built-In Knowledge Graphs and Quer...
 
Actonomy xMP smart match 2010
Actonomy xMP smart match 2010Actonomy xMP smart match 2010
Actonomy xMP smart match 2010
 
Sourcingrecruitinggooglelive 1232145650825055 3
Sourcingrecruitinggooglelive 1232145650825055 3Sourcingrecruitinggooglelive 1232145650825055 3
Sourcingrecruitinggooglelive 1232145650825055 3
 
A Search Engine Syntax
A Search Engine SyntaxA Search Engine Syntax
A Search Engine Syntax
 
Google search
Google searchGoogle search
Google search
 
Online Search Techniques-Boolean Searching
Online Search Techniques-Boolean SearchingOnline Search Techniques-Boolean Searching
Online Search Techniques-Boolean Searching
 
Clean code - DSC DYPCOE
Clean code - DSC DYPCOEClean code - DSC DYPCOE
Clean code - DSC DYPCOE
 
If you build it boolean tools
If you build it boolean toolsIf you build it boolean tools
If you build it boolean tools
 

Similar to Boolean guidance

The power of boolean search
The power of boolean searchThe power of boolean search
The power of boolean searchJayanthi D
 
Boolean Search Fundamentals For Recruiters - Guide
Boolean Search Fundamentals For Recruiters - GuideBoolean Search Fundamentals For Recruiters - Guide
Boolean Search Fundamentals For Recruiters - GuideProminence
 
BooleanSearch for HR and Staffing/RPO recruiters
BooleanSearch for HR and Staffing/RPO recruitersBooleanSearch for HR and Staffing/RPO recruiters
BooleanSearch for HR and Staffing/RPO recruitersrajnish0
 
Boolean- Search Basics
Boolean- Search BasicsBoolean- Search Basics
Boolean- Search BasicsRithesh Nair
 
Sourcing using boolean search and other tips 2014
Sourcing using boolean search and other tips 2014Sourcing using boolean search and other tips 2014
Sourcing using boolean search and other tips 2014Claudine Halcomb
 
Navigating Semantic Search
Navigating Semantic SearchNavigating Semantic Search
Navigating Semantic SearchMonster
 
Healthcare Passive Candidate Search Improved 2010
Healthcare Passive Candidate Search Improved 2010Healthcare Passive Candidate Search Improved 2010
Healthcare Passive Candidate Search Improved 2010Wayne Wauters
 
Boolean modifiers tipsheet_051812_0
Boolean modifiers tipsheet_051812_0Boolean modifiers tipsheet_051812_0
Boolean modifiers tipsheet_051812_0Rebecca Alexander
 
Top 10 Interview Questions for Coding Job.docx
Top 10 Interview Questions for Coding Job.docxTop 10 Interview Questions for Coding Job.docx
Top 10 Interview Questions for Coding Job.docxSurendra Gusain
 
Top 10 Interview Questions for Coding Job.docx
Top 10 Interview Questions for Coding Job.docxTop 10 Interview Questions for Coding Job.docx
Top 10 Interview Questions for Coding Job.docxSurendra Gusain
 
Healthcare Passive Candidate Internet Recruitment Training Healthcare
Healthcare Passive Candidate Internet Recruitment Training HealthcareHealthcare Passive Candidate Internet Recruitment Training Healthcare
Healthcare Passive Candidate Internet Recruitment Training HealthcareWayne Wauters
 
Basic Boolean & Keyword Searching
Basic Boolean & Keyword SearchingBasic Boolean & Keyword Searching
Basic Boolean & Keyword SearchingEmily Burnaman
 
Sourcingrecruitinggooglelive
SourcingrecruitinggoogleliveSourcingrecruitinggooglelive
Sourcingrecruitinggooglelivemgaudet
 
SharePoint Search Zero to Search Hero
SharePoint Search Zero to Search HeroSharePoint Search Zero to Search Hero
SharePoint Search Zero to Search HeroEd Musters
 

Similar to Boolean guidance (20)

The power of boolean search
The power of boolean searchThe power of boolean search
The power of boolean search
 
Boolean Search Fundamentals For Recruiters - Guide
Boolean Search Fundamentals For Recruiters - GuideBoolean Search Fundamentals For Recruiters - Guide
Boolean Search Fundamentals For Recruiters - Guide
 
Boolean operators
Boolean operatorsBoolean operators
Boolean operators
 
BooleanSearch for HR and Staffing/RPO recruiters
BooleanSearch for HR and Staffing/RPO recruitersBooleanSearch for HR and Staffing/RPO recruiters
BooleanSearch for HR and Staffing/RPO recruiters
 
Boolean- Search Basics
Boolean- Search BasicsBoolean- Search Basics
Boolean- Search Basics
 
Boolean search
Boolean searchBoolean search
Boolean search
 
Sourcing using boolean search and other tips 2014
Sourcing using boolean search and other tips 2014Sourcing using boolean search and other tips 2014
Sourcing using boolean search and other tips 2014
 
Google linkedinhaapc
Google linkedinhaapcGoogle linkedinhaapc
Google linkedinhaapc
 
Internet search techniques for K12
Internet search techniques for K12Internet search techniques for K12
Internet search techniques for K12
 
Navigating Semantic Search
Navigating Semantic SearchNavigating Semantic Search
Navigating Semantic Search
 
Internet search techniques by zakir hossain
Internet search techniques by zakir hossainInternet search techniques by zakir hossain
Internet search techniques by zakir hossain
 
Healthcare Passive Candidate Search Improved 2010
Healthcare Passive Candidate Search Improved 2010Healthcare Passive Candidate Search Improved 2010
Healthcare Passive Candidate Search Improved 2010
 
Boolean Logic Tip Sheet
Boolean Logic Tip SheetBoolean Logic Tip Sheet
Boolean Logic Tip Sheet
 
Boolean modifiers tipsheet_051812_0
Boolean modifiers tipsheet_051812_0Boolean modifiers tipsheet_051812_0
Boolean modifiers tipsheet_051812_0
 
Top 10 Interview Questions for Coding Job.docx
Top 10 Interview Questions for Coding Job.docxTop 10 Interview Questions for Coding Job.docx
Top 10 Interview Questions for Coding Job.docx
 
Top 10 Interview Questions for Coding Job.docx
Top 10 Interview Questions for Coding Job.docxTop 10 Interview Questions for Coding Job.docx
Top 10 Interview Questions for Coding Job.docx
 
Healthcare Passive Candidate Internet Recruitment Training Healthcare
Healthcare Passive Candidate Internet Recruitment Training HealthcareHealthcare Passive Candidate Internet Recruitment Training Healthcare
Healthcare Passive Candidate Internet Recruitment Training Healthcare
 
Basic Boolean & Keyword Searching
Basic Boolean & Keyword SearchingBasic Boolean & Keyword Searching
Basic Boolean & Keyword Searching
 
Sourcingrecruitinggooglelive
SourcingrecruitinggoogleliveSourcingrecruitinggooglelive
Sourcingrecruitinggooglelive
 
SharePoint Search Zero to Search Hero
SharePoint Search Zero to Search HeroSharePoint Search Zero to Search Hero
SharePoint Search Zero to Search Hero
 

Recently uploaded

Webinar - How to Choose and Use Salary Data
Webinar - How to Choose and Use Salary DataWebinar - How to Choose and Use Salary Data
Webinar - How to Choose and Use Salary DataPayScale, Inc.
 
Austin Recruiter Network Meeting April 25, 2024
Austin Recruiter Network Meeting April 25, 2024Austin Recruiter Network Meeting April 25, 2024
Austin Recruiter Network Meeting April 25, 2024Dan Medlin
 
Employee Engagement Trend Analysis.pptx.
Employee Engagement Trend Analysis.pptx.Employee Engagement Trend Analysis.pptx.
Employee Engagement Trend Analysis.pptx.ShrayasiRoy
 
Public Relations jobs in New York City with Phifer & Company
Public Relations jobs in New York City with Phifer & CompanyPublic Relations jobs in New York City with Phifer & Company
Public Relations jobs in New York City with Phifer & CompanyPhiferCompany
 
Copy of Periodical - Employee Spotlight (8).pdf
Copy of Periodical - Employee Spotlight (8).pdfCopy of Periodical - Employee Spotlight (8).pdf
Copy of Periodical - Employee Spotlight (8).pdfmarketing659039
 
Webinar - Payscale Innovation Unleashed: New features and data evolving the c...
Webinar - Payscale Innovation Unleashed: New features and data evolving the c...Webinar - Payscale Innovation Unleashed: New features and data evolving the c...
Webinar - Payscale Innovation Unleashed: New features and data evolving the c...PayScale, Inc.
 
Authentic No 1 Amil Baba In Pakistan Amil Baba In Faisalabad Amil Baba In Kar...
Authentic No 1 Amil Baba In Pakistan Amil Baba In Faisalabad Amil Baba In Kar...Authentic No 1 Amil Baba In Pakistan Amil Baba In Faisalabad Amil Baba In Kar...
Authentic No 1 Amil Baba In Pakistan Amil Baba In Faisalabad Amil Baba In Kar...Authentic No 1 Amil Baba In Pakistan
 
Ways to Make the Most of Temporary Part Time Jobs
Ways to Make the Most of Temporary Part Time JobsWays to Make the Most of Temporary Part Time Jobs
Ways to Make the Most of Temporary Part Time JobsSnapJob
 
(圣安德鲁斯大学毕业证学位证成绩单-留学生补办)
(圣安德鲁斯大学毕业证学位证成绩单-留学生补办)(圣安德鲁斯大学毕业证学位证成绩单-留学生补办)
(圣安德鲁斯大学毕业证学位证成绩单-留学生补办)twfkn8xj
 
Model Call Girl in Keshav Puram Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Keshav Puram Delhi reach out to us at 🔝8264348440🔝Model Call Girl in Keshav Puram Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Keshav Puram Delhi reach out to us at 🔝8264348440🔝soniya singh
 
Intern Welcome LinkedIn Periodical (1).pdf
Intern Welcome LinkedIn Periodical (1).pdfIntern Welcome LinkedIn Periodical (1).pdf
Intern Welcome LinkedIn Periodical (1).pdfmarketing659039
 
Unlocking Organizational Potential: The Essence of Human Resource Management ...
Unlocking Organizational Potential: The Essence of Human Resource Management ...Unlocking Organizational Potential: The Essence of Human Resource Management ...
Unlocking Organizational Potential: The Essence of Human Resource Management ...Sabuj Ahmed
 
如何办RRC学位证,红河学院毕业证成绩单文凭怎么辨别?
如何办RRC学位证,红河学院毕业证成绩单文凭怎么辨别?如何办RRC学位证,红河学院毕业证成绩单文凭怎么辨别?
如何办RRC学位证,红河学院毕业证成绩单文凭怎么辨别?hxwwranl
 
15 Best Employee Retention Strategies.pdf
15 Best Employee Retention Strategies.pdf15 Best Employee Retention Strategies.pdf
15 Best Employee Retention Strategies.pdfAlex Vate
 
The Great American Payday Prepare for a (Relatively) Bumpy Ride.pdf
The Great American Payday Prepare for a (Relatively) Bumpy Ride.pdfThe Great American Payday Prepare for a (Relatively) Bumpy Ride.pdf
The Great American Payday Prepare for a (Relatively) Bumpy Ride.pdfJasper Colin
 
Creative Director vs. Design Director: Key Differences for Recruiters
Creative Director vs. Design Director: Key Differences for RecruitersCreative Director vs. Design Director: Key Differences for Recruiters
Creative Director vs. Design Director: Key Differences for RecruitersHireQuotient
 
Escorts in Lucknow 9548273370 WhatsApp visit your hotel or office Independent...
Escorts in Lucknow 9548273370 WhatsApp visit your hotel or office Independent...Escorts in Lucknow 9548273370 WhatsApp visit your hotel or office Independent...
Escorts in Lucknow 9548273370 WhatsApp visit your hotel or office Independent...makika9823
 

Recently uploaded (20)

Webinar - How to Choose and Use Salary Data
Webinar - How to Choose and Use Salary DataWebinar - How to Choose and Use Salary Data
Webinar - How to Choose and Use Salary Data
 
Austin Recruiter Network Meeting April 25, 2024
Austin Recruiter Network Meeting April 25, 2024Austin Recruiter Network Meeting April 25, 2024
Austin Recruiter Network Meeting April 25, 2024
 
Employee Engagement Trend Analysis.pptx.
Employee Engagement Trend Analysis.pptx.Employee Engagement Trend Analysis.pptx.
Employee Engagement Trend Analysis.pptx.
 
Public Relations jobs in New York City with Phifer & Company
Public Relations jobs in New York City with Phifer & CompanyPublic Relations jobs in New York City with Phifer & Company
Public Relations jobs in New York City with Phifer & Company
 
9953330565 Low Rate Call Girls In Vijay Nagar Delhi NCR
9953330565 Low Rate Call Girls In Vijay Nagar Delhi NCR9953330565 Low Rate Call Girls In Vijay Nagar Delhi NCR
9953330565 Low Rate Call Girls In Vijay Nagar Delhi NCR
 
Copy of Periodical - Employee Spotlight (8).pdf
Copy of Periodical - Employee Spotlight (8).pdfCopy of Periodical - Employee Spotlight (8).pdf
Copy of Periodical - Employee Spotlight (8).pdf
 
Webinar - Payscale Innovation Unleashed: New features and data evolving the c...
Webinar - Payscale Innovation Unleashed: New features and data evolving the c...Webinar - Payscale Innovation Unleashed: New features and data evolving the c...
Webinar - Payscale Innovation Unleashed: New features and data evolving the c...
 
Cheap Rate ➥8448380779 ▻Call Girls In Sector 29 Gurgaon
Cheap Rate ➥8448380779 ▻Call Girls In Sector 29 GurgaonCheap Rate ➥8448380779 ▻Call Girls In Sector 29 Gurgaon
Cheap Rate ➥8448380779 ▻Call Girls In Sector 29 Gurgaon
 
Hot Sexy call girls in Preet Vihar🔝 9953056974 🔝 Delhi escort Service
Hot Sexy call girls in  Preet Vihar🔝 9953056974 🔝 Delhi escort ServiceHot Sexy call girls in  Preet Vihar🔝 9953056974 🔝 Delhi escort Service
Hot Sexy call girls in Preet Vihar🔝 9953056974 🔝 Delhi escort Service
 
Authentic No 1 Amil Baba In Pakistan Amil Baba In Faisalabad Amil Baba In Kar...
Authentic No 1 Amil Baba In Pakistan Amil Baba In Faisalabad Amil Baba In Kar...Authentic No 1 Amil Baba In Pakistan Amil Baba In Faisalabad Amil Baba In Kar...
Authentic No 1 Amil Baba In Pakistan Amil Baba In Faisalabad Amil Baba In Kar...
 
Ways to Make the Most of Temporary Part Time Jobs
Ways to Make the Most of Temporary Part Time JobsWays to Make the Most of Temporary Part Time Jobs
Ways to Make the Most of Temporary Part Time Jobs
 
(圣安德鲁斯大学毕业证学位证成绩单-留学生补办)
(圣安德鲁斯大学毕业证学位证成绩单-留学生补办)(圣安德鲁斯大学毕业证学位证成绩单-留学生补办)
(圣安德鲁斯大学毕业证学位证成绩单-留学生补办)
 
Model Call Girl in Keshav Puram Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Keshav Puram Delhi reach out to us at 🔝8264348440🔝Model Call Girl in Keshav Puram Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Keshav Puram Delhi reach out to us at 🔝8264348440🔝
 
Intern Welcome LinkedIn Periodical (1).pdf
Intern Welcome LinkedIn Periodical (1).pdfIntern Welcome LinkedIn Periodical (1).pdf
Intern Welcome LinkedIn Periodical (1).pdf
 
Unlocking Organizational Potential: The Essence of Human Resource Management ...
Unlocking Organizational Potential: The Essence of Human Resource Management ...Unlocking Organizational Potential: The Essence of Human Resource Management ...
Unlocking Organizational Potential: The Essence of Human Resource Management ...
 
如何办RRC学位证,红河学院毕业证成绩单文凭怎么辨别?
如何办RRC学位证,红河学院毕业证成绩单文凭怎么辨别?如何办RRC学位证,红河学院毕业证成绩单文凭怎么辨别?
如何办RRC学位证,红河学院毕业证成绩单文凭怎么辨别?
 
15 Best Employee Retention Strategies.pdf
15 Best Employee Retention Strategies.pdf15 Best Employee Retention Strategies.pdf
15 Best Employee Retention Strategies.pdf
 
The Great American Payday Prepare for a (Relatively) Bumpy Ride.pdf
The Great American Payday Prepare for a (Relatively) Bumpy Ride.pdfThe Great American Payday Prepare for a (Relatively) Bumpy Ride.pdf
The Great American Payday Prepare for a (Relatively) Bumpy Ride.pdf
 
Creative Director vs. Design Director: Key Differences for Recruiters
Creative Director vs. Design Director: Key Differences for RecruitersCreative Director vs. Design Director: Key Differences for Recruiters
Creative Director vs. Design Director: Key Differences for Recruiters
 
Escorts in Lucknow 9548273370 WhatsApp visit your hotel or office Independent...
Escorts in Lucknow 9548273370 WhatsApp visit your hotel or office Independent...Escorts in Lucknow 9548273370 WhatsApp visit your hotel or office Independent...
Escorts in Lucknow 9548273370 WhatsApp visit your hotel or office Independent...
 

Boolean guidance

  • 1. TOPICS  Boolean Tactics  What is Boolean Logic?  Types of Boolean  The Boolean Operators / The Boolean Modifiers  The Boolean Operators  The Boolean Modifiers  Basic Boolean Operators/Modifiers Explained  Boolean search works based on logic
  • 2.
  • 3. As a recruiter it is paramount that we endeavor (make an effort) to make our Web searches more sophisticated, effective, and streamlined. Effectively utilizing Boolean searching is the way we accomplish this goal for both online web searches and for archived resume/profile databases. In this session, we'll talk about the origins of Boolean terminology, how Boolean search really works, and look at specific examples of this incredibly easy to use and logical search system.
  • 4.
  • 5. Boolean logic is named after George Boole (1815-1864), an obscure nineteenth century English mathematician. Boole invented a new form of algebra in which values are either true or false. His binary logic is the foundation of digital circuit design and a part of the language of internet search engines. Don’t worry - you don’t have to remember high school algebra to make Boolean logic work. Most online databases (Monster, CareerBuilder, Dice, etc.) and search engines (Google, Bing, Yahoo, etc.) support Boolean searches. Boolean search techniques can be used to carry out effective searches, cutting out many unrelated documents and highlighting the information you need.
  • 6.
  • 7. AND OR () – Brackets/Parentheses “” – Quotation Marks * – Asterisk (Wildcard Symbol) NOT – (sometimes AND NOT) NEAR
  • 8.
  • 9. BOOLEAN OPERATORS BOOLEAN MODIFIERS  AND  OR  NOT  NEAR  “ “Quotation Marks  ( ) Brackets/Parentheses  * Asterisk (Wildcard Symbol)
  • 10.
  • 11. BOOLEAN OPERATOR # 1: AND AND is the simplest function to apply. Any search terms that follow an AND command must appear in the result. For example: Engineer AND “Senior Developer” Will give results that include both the word engineer and the phrase “Senior Developer”. All search results will include both, and any CVs that have either Engineer or “Senior Developer” (but not both) will not appear. BOOLEAN OPERATOR # 2: OR Use OR between terms to search for resumes that contain either word surrounding it. Usage of the OR command allows you to create a list of possibilities for which only one match is important. For example, the following search phrase would give you results that contain one or more of the stated words: Engineer or “Senior Developer” Boolean Operator # 3: NOT (sometimes AND NOT) NOT is the command of exclusion. If there are closely related terms that mean very different things, then usage of the NOT command is extremely valuable. An example could be as follows: architect NOT “software architect” This would give you results that contain the word architect, but leaving out any that use the phrase “software architects”. Very useful if you are operating in the construction industry. The one major limitation with the NOT command is that it isn’t recognized by Google. Boolean Operator # 4: NEAR Returns pages in your search string with both terms within close proximity to each other on the page. Usually within ten words or less. The "near" operator indicates that the search words you have entered must appear within a certain number of words of each other (usually between one and 20). For example, a search for " Sales near Management“ would turn up results in which the two words appear close together.
  • 12.
  • 13. Boolean Modifier # 1: “ “Quotation Marks Use “ ” (quotation marks) around multiple terms to search for resumes that include the term included in quotes. For example, “UNIX programmer” will return resumes that include that specific term, rather than separate occurrences of the two words. As You will have noticed that I have used the “” expression above in some examples already, wrapped around particular keywords. Boolean Modifier # 2: ( ) Brackets/Parentheses Using brackets is essential for complex search strings, and it can be their application that causes the most confusion. Essentially, a clause within brackets is given priority over other elements around it. The most common place that brackets are applied by recruiters is in the use of OR strings. Perhaps a good example would be company names. You have a list of target companies from where you wish to find your talent, and a candidate can have worked at any one (or ideally several) of them. You might initially construct a command like this: IBM OR Oracle OR “Red Hat” OR Microsoft
  • 14. These are all large companies though, so any search like this is likely to generate a large number of results. If you wanted to find just individuals who have reached Manager or Director level, then you might use the following command: “Manager” OR “Director” To combine both commands into one search, we use brackets to tell the search engine that these are separate conditions. In order to tell the search engine that we want to see results containing either Manager or Director and also one of IBM, Oracle, Red Hat, or Microsoft, we group them like this: (“Manager” OR “Director”) AND (IBM OR Oracle OR “Red Hat” OR Microsoft) It makes no difference which order the two bracketed sections go; the same results will result either way. Boolean Modifier # 3: * wild card symbol The asterisk can replace one or more letters at the end of a word. This might help you search for something that can be phrased differently. Example: Develop* (would retrieve pages with the words Developer, Developing, Development etc.)
  • 15. Although Boolean logic is a very effective tool to assist you with your searches. There are other factors you must keep in mind. The search terms you use are just as important as the Boolean logic. If a search is proving unproductive, maybe there are synonyms to some of the search terms? Are there different job titles for this position? Play with different combinations of search terms and see what results you get. It is not uncommon to have to run four to six different search term combinations to find the right resumes. From my experience over the years I would say only about 50% - 60% of recruiters are aware of Boolean Logic and use it when conducting searches. Boolean Logic can increase your edge in terms of speed and efficiency of sourcing resumes online. Use it and your already putting yourself ahead of half your recruiting competition.
  • 16.
  • 17. Here I will try to explain how to use Boolean operators effectively to extract most suitable profiles from resume database. Here are two cases out of which I will take one and make an effective search string using Boolean operators. You can take the other case or think of a case on your own and try to use Boolean operators for it. This will help you learn it better.
  • 18. Case 1: We are searching for candidates with Core Java and Multi Threading skills and Unix / Linux / Solaris platform experience but he should not have worked in telecom or networking domain. Case 2: We are looking for Project Managers in insurance domain but he should have retail experience not institutional or corporate sales.
  • 20. RECAP AND - is used when we want both skill sets such as X AND Y OR - is used when we want any of the available options i.e.: X OR Y OR Z Bracket/parentheses () - is used when AND and OR functions are used in same string. i.e.: X AND (Y OR Z). The above search means X is mandatory and either of Y or Z will do. Quotation mark”—“ is used when we are looking for exact phrases i.e. “technical architect”. This search will find resumes with exact phrase “technical architect” written in them. NOT - NOT is used when we don’t want a specific word in a resume i.e.: (X AND Y) AND NOT Z.
  • 21. Here, I will take the 1st case: 1. If we put a search - Corejava AND multithreading, we will find profiles where all these words are mentioned i.e.: all the candidates might have worked on corejava, multithreading 2. Now the problem is - there may be many profiles where people would have written corejava as core java and multithreading as multi threading or multi-threading. We don’t want to miss any of them. So how do we accommodate them? Here OR function comes handy. We can change our search string to - (Corejava OR “Core java”) AND (multithreading OR “multi threading” OR “multi-threading”). 3. But we are looking for people who have worked either unix or linux or solaris platform. So now the string becomes (Corejava OR “core java”) and (multithreading OR “multi threading” OR “multi-threading”) and (unix OR linux OR solaris). 4. Now we are looking for people who have worked in core java, multithreading in unix/linux/solaris platform but he should not be from telecom or networking background.
  • 22. So the search string we can use is (CoreJava OR “core java”) AND (multithreading OR “multi threading” OR “multi-threading”) AND (Unix OR Linux OR Solaris) AND NOT (telecom OR networking) Now this is a strong Boolean search string which covers all the aspects of the case. Here the results will be lesser in number yet most relevant - exactly what we want. As I told you earlier, only reading will not do. Take an example and try using the Boolean operators one by one. Look at the results and analyze them. You will find out the pattern very soon.
  • 23. SOME RECOMMENDATIONS When ever searching for any skill try to put all the alternatives a candidate could have used to mention that skills set i.e. (multithreading OR “multi threading” OR “multi threading”). This will make your search more robust. USE NOT OPERATOR CAREFULLY: For example: You have mentioned NOT X where you don’t want people who have worked on X skill. Here the search will remove every resume where X is mentioned even once . As a result you may miss some people who have worked in your required skill sets and casually written X once or twice somewhere in there resumes. So before putting NOT operator, think of all the outcomes. Boolean operators are not as complicated as they are thought to be. After all you have to learn only 5 operators. Remember how many formulas we used to practice in math class in school! Portal or internal database have huge number of resume of all skill sets. So the key lies in finding the right resume quickly. Strong Boolean skill will help you achieve that.
  • 24. Thank You Content Source : Google & Wiki