You can type here any word(s) you want. If you want to search on a phrase e.g. sales manager then you will need
to enter it as "sales manager" if you just enter sales manager then the search engine will search
for sales or manager as it takes spaces to mean or e.g. to search for java or c++ you just enter java c++
Other useful search tips
" + " Means Boolean " AND "
The string "executive + manager + customer" will return all Vacancies containing these 3 words together (and not with just 1 or 2 of them).
Spaces before or after "+" signs produce the same result.
" - " Means Boolean " AND NOT "
The string "manager - management" will return all Vacancies containing manager but not those containing management. (same remark for spaces)
This operator will work only in combination with " + " if needed (it will not work with " = ")
" = " Means Boolean " OR "
The string "executive = manager = customer" will return all Vacancies containing any of these 3 words. (Same remark for spaces)
Search is not case sensitive.
Do not use any punctuation mark
Except into complete phrase searches, or you might get the full database, which can take a very long time to load ...
Plurals, etc.
The string "partner" will return all Vacancies containing the words "partner" or "partners" or "partnership", or whatever beginning (or ending) with "partner".