Changes

Jump to: navigation, search

Finding and Filtering Applicants

437 bytes added, 13:34, 16 April 2009
no edit summary
* '''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==
* '''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==
Smartstaff
137
edits

Navigation menu