Applicants

When someone who comes to your website decides to apply for a job, they do so online, sending you their main contact and personal information using your online application form, and attaching a copy of their current CV.

Over time this turns into a powerful, searchable, candidate database that can help earn you much more business.

Starting with CV Search

Jobshout search and index technology can search through millions of CVs  (any type of documents such as PDFs or MS Word Documents or RTF files )

- Type any single keyword such as - php to find all CVs with skills in PHP

All words passed in a query string to CV Search are implicitly ANDed together. That is, "php mysql" means both words must appear. Jobshout CV Search allows other Boolean operators as well:

|, the pipe character, means Boolean OR
- means to exclude a term
() create groups

- To find all CVs with skills "php" and "mysql", you can type "php | mysql"

- To find all CVs with skills "php" but no "java", you can type "php (-java)"

- To find all Candidates with skills "php" or "mysql" in London, you can type "(php | mysql) london"