Search logic based with multiple job categories
The following provides an overview of additional Job Search feature logic that is either built-in by default or can be configured under the right conditions.
| Category | Job is on | Job results your AI Assistant returns when candidate initiates a Job Search conversation. |
|---|---|---|
| There are 2 categories | Total ≤10 jobs |
Show category list to the candidate. The candidate then selects the preferred job category.
|
| There are 2 categories |
Total > 10 jobs + Category 2 > 10 jobs |
Show category list to the candidate. The candidate selects the preferred job category.
|
| There are 10 categories | Total ≤ 10 jobs | IF one job per category s open, then the job categories will display for the candidate to choose from. Once the candidate selects the categories, we display all the jobs for that category. |
| There are 10 categories |
Total > 10 jobs + Category 2 > 10 jobs |
Show category list to the candidate. The candidate selects the preferred job category.
|
| More than 10 categories | Total ≤ 10 jobs | IF there is only one job open per job category, THEN we should be applying our previous logic and display ALL the jobs for the category without asking the location prompt. |
| More than 10 categories |
Total > 10 jobs + Category 2 > 10 jobs |
IF there is only one job open per job category, THEN we should be applying our previous logic and display ALL the jobs for the category without asking the location prompt. |