Thursday, November 26, 2015

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)

No comments:

Post a Comment