Changes

Jump to: navigation, search

Finding and Filtering Applicants

382 bytes added, 20:36, 11 August 2010
m
Fuzzy Searches
* '''P*r''' - would return the results '''Pear''', '''Pier''', '''Peer''' or '''Peter''' for example.
 
* '''P%''' - would return the results '''pear''', '''Peter''', '''Peer''', '''pier''' i.e all words starting with 'P'.
 
==Fuzzy Searches==
To perform a fuzzy search use the tilde "~" symbol at the end of a Single word Term.
* '''roam~''' - would return '''foamroam''' and '''roams''' for example.
==Boosting a Term==
* '''OR''' - Used to search for any term or phrase, for example: Mechanical OR Automotive, "Sales Manager" OR "Marketing Manager" - would return resumes containing either words or phrases listed.
* '''AND''' - Used to search for resumes containing all terms or phrases, for example: Mechanical AND Engineering, "Sales Manager" AND "University" - would return resumes containing both words or phrases.
* '''+''' - Mandatory term, resumes must have this word, for example: +Technology - would return only resumes that contained the word technology.
* '''NOT''' - Excludes resumes that contain the term after NOT, for example: NOT Technology - would return only resumes that did not contain the word technology.
<pre>Example,
 
Search string “nortel and cisco and not network”,will return results contains keywords “nortel” and “cisco” but without “network”.
</pre>
* '''+''' - Mandatory keyword, resumes must have this word, for example: +Technology - would return only resumes that contained the word technology.
* '''-''' - Exclude keyword, resumes must exclude this word, for example: -CISCO - would return resumes that do not contain the word CISCO.
==Grouping==
[[Category:System Management]][[Category:Applications]][[Category:Applicant Tracking]]
214
edits

Navigation menu