Did you ever ask yourself how to use LinkedIn's advanced operators combined with boolean strings the right way?
Glen Cathey from booleanblackbelt.com already gave some examples in his article on LI advanced operators
here:
But there seemed to be problems regarding the right syntax:
(ctitle:engineer OR ctitle:admin OR ctitle:administrator)
This one doesn't work at all.
ctitle:(engineer OR admin OR administrator)
This one does work but LI does not to do what it's supposed to. LI interprets this query as
OR admin OR administrator ), engineer instead of
engineer OR admin OR administrator
After some days of experimenting I found out that you have to replace the parentheses with inverted commas in order to get LI to work the right way.
ctitle:"engineer OR admin OR administrator"
I know it contradicts boolean logic but that's how it works :-)
Alexander
P.S. Visit our Blog
http://www.personalberater-blog.de later today if you want to read a german ;-) article regarding the LInkedIn Topic.
Please find a picture of the results page below.