content top

Wednesday, February 15, 2012

Search using Boolean Operators

Boolean Operators

Search engines can be considered as a cluttered resume database. Using detailed searches with Boolean search operators can drill down and find the information you are looking for faster. These operators are used to weed out irrelevant pages thereby narrowing your search results to find exactly what you are looking for.
Each search engine is unique and we recommend to review the help section on each of the search engines to determine what Boolean operators are supported.

Boolean Key

AND - The AND operator delivers results with the terms you requested. For example, searching resume and oracle will return pages with both terms - resume and oracle.

OR - The OR operator delivers results with either of the terms you requested. For example, MCSE OR M.C.S.E.

NOT -
The NOT operator will not deliver certain words in your search results. For example, Java NOT coffee will deliver closer results for JAVA Programmers and not Java Coffee.

NEAR - The NEAR operator locates words that are located in close proximity to other words. For example, Java NEAR Programmer. Not every search engine supports this operator.

( ) Parentheses -
The ( ) operator allows you to group terms and build longer search strings. For example, NOT (submit AND employer) will avoid pages with both names.

* - The * operator is a wild card. Adding a wild card will find words contain the wild card. For example program* will help so you do not have to run separate searches for words similar like: programmer, programming, program
Example of Complex Search String
resume AND (java or JavaScript) AND program* AND (New York or NY or 212) AND NOT (coffee or submit)

content top