Googles ‘AROUND’ Operator

A new Google search operator has come to light recently, which is worth working into your boolean logic if you are currently using search engines to find candidates – This is a bit of a breakthrough for ‘natural language searching’ enthusiasts!!

If you are still reading then you should probably already know the basics of proximity searching (e.g. NEAR for lucene technology, Monster etc). If not, shame on you!

Moving on then, the new operator is AROUND, followed by a specified number that ultimately asks Google to find two words/phrases with X proximity to each other. The number is encased in brackets and is attached to the word AROUND without any spaces. This should be added into existing CV searching boolean logic, as using it on it’s own is going to bring up all kinds of gunk!

Lets take a Database Administrator for example:

(Administrator OR Administration) AROUND(5) (SQL OR MSSQL)

This is going to bring up candidates who describe the fact they are administering SQL databases, rather than just picking these words up from anywhere in the CV. It should catch the following:

- I provide day to day administration of five SQL Server Databases
- I was responsible for managing a series of MSSQL databases, including Administration, maintenance  and upgrades

The downside is that there isn’t many expert CV writers out there, so you are relying entirely on the way a candidate has structured the description of their responsibilities. Thus, you would miss out on profiles like this:

SQL Server DBA – Jun 2001 – Mar 2011

This company is one of the largest of it’s kind and is responsible for XYZ in over 150 countries. My daily responsibilities include:

- Administration of databases
- Upgrading databases from 2005 to 2008
- Business Intelligence reporting using SSRS

Know this! You will still get the same candidates in your search if you were to do:

(Administrator OR Administration) AND (SQL OR MSSQL)

The difference is however, (in theory) it should lead you to more relevant candidates quicker and eradicate people with false:positive results e.g.

- SQL Report Writer – Jun 2005 – Mar 2011
- Office Administrator – Mar 2003 – May 2005

Finally, as with previous proximity searching, I would use this technique as another tool in your belt to get to the best candidates quicker, but would never encourage you to only use this search as you could be missing out on the best candidates who haven’t written their CV in the way you would expect.

Not sure who discovered this operator, but full credit to them!

X-Ray Searching LinkedIn….the NEW way

If you are reading this, you probably already know how to X-Ray search LinkedIn using the wonderful Google. As this is my first post, I’m not going to go too deep, but most people are still using the old way of searching LinkedIn which looks something like this:

site:www.linkedin.com intitle:linkedin KEYWORDS HERE -intitle:answers -intitle:updated -intitle:blog -intitle:directory -inurl:jobs
LinkedIn recently changed all public URL’s to include a country code at the beginning.For example, mine is now uk.linkedin.com/in/aaronneale
So for those that don’t already know (and that’s a lot of you), your new search if you are in the UK will simply be this:
inurl:uk.linkedin.com Keywords
This now gives you the added love of searching in different countries if you are a global recruiter e.g:
inurl:de.linkedin.com Keywords
inurl:fr.linkedin.com Keywords
Enjoy!

Searching for CV’s / Resumés on Google – But with an important difference…

(For the sake of this article, CV’s and Resume’s will be referred to as CV’s for simplicity)

I’m going to presume that you already know how to Google search for CV’s in it’s simplest form so I’m not going to try and teach you how to suck eggs, but I stumbled across a helpful addition to my search recently (and I’m not talking about a semantic search engine). So my search was pretty simple to start off with:

(Java | J2EE) (Support | Admin*) (Texas | TX | Austin) (Resume | Resumé | CV | Vitae) -job -apply
The result of which was
Then it suddenly hit me that there was an easier way to filter CV’s. Asking Google to only return .doc’s, .pdf’s and .rtf’s. I’m not sure if many people have used this before, but I haven’t read about it previously so though I would share the love. Add this to the end of your search:
(filetype:doc | filetype:pdf | filetype:rtf)
So, the search became:
(Java | J2EE) (Support | Admin*) (Texas | TX | Austin) (Resume | Resumé | CV | Vitae) (filetype:doc | filetype:pdf | filetype:rtf)
You will notice I removed the -’s, as I figured there simply isn’t any need for them if I’m only looking at documents. And the results of which was:
Ultimately, Google is telling me it’s found circa 20,000 documents that contain my keywords and are potential CV’s. Although the likely hood of this figure being accurate, or even 10% of those documents being remotely relevant is extremely slim, it gave me a nice wad of CV’s to sieve through.
Please note: You should use this trick in addition to your regular Google search, as many people upload their CV’s to websites as part of the HTML so won’t be picked up in this search.
Let me know how you get on!
Aaron