Users use Talent Search by selecting one or several criteria, some of which may have a picklist or require specific inputs. To prepopulate certain fields, a tag (prepopulate="true") can be added to the Data Model (see code below).
1234
<standard-element id="jobCode" max-length="128" required="true" matrix-filter="false" pre-populate="true">
<label>Job Code</label>
</standard-element>

Once you’ve entered the criteria for the search, choose Search and you are taken to the Search Results screen. From the results screen, you can add more criteria or use the faceted filters to further refine your results. You can also choose Modify Search to return to the main Talent Search criteria screen and change your criteria. Other options available from the Search Results Screen are described further in the Utilizing the Talent Search Results and Toolbar lesson.

To include inactive users in your search, the administrator must complete these two steps:
- To grant access to the inactive field, enable it within the talent field permission section of role-based permissions.
- Choose Settings and select the checkbox to include inactive users.

The inactive users option can be useful. For example, if you want to search for terminated contract employees who you may want to bring back for another project.
When the basic information standard element fields are used in the criteria, an OR search is performed. Employees that match any of the criteria you’ve entered will be selected. If you want to find employees that meet all of the different search criteria you entered, from the Search Results screen enable the "Exact Match" option.
Meet Any Criteria for a Background Information Category
This checkbox only applies to the following:
- Different criteria for the same background information category under Advanced Information.
- Competencies under Rating & Competencies/Ratings & Attributes.
By default, this checkbox is deselected showing results that meet all criteria (AND logic). Select the checkbox to show results that meet at least one of the criteria across categories and Competencies (OR logic).
For example, you specify the following criteria:
- Under Basic Information, add Country with the values Germany and USA.
- Under Advanced Information, add the background information category Language Skills with the values English and German.
- Under Rating & Competencies, add the competencies Communicating Effectively (with the value from Good to Excellent) and Critical Thinking (with the value from Good to Excellent).
If this checkbox is selected, you can find employees that meet the following criteria in the search result:
- Country: Germany OR USA
OR
- Language Skills: English OR German
OR
- Competencies: Communicating Effectively (from Good to Excellent) OR Critical Thinking (from Good to Excellent)
If this checkbox is deselected, you can find employees that meet the following criteria in the search result:
- Country: Germany OR USA
OR
- Language Skills: English AND German
OR
- Competencies: Communicating Effectively (from Good to Excellent) AND Critical Thinking (from Good to Excellent)