Skip to main content

Search Results

Search results allow users to view the details of contacts matching the search criteria and perform actions on them both individually and en masse. Results can be viewed in two different views; split view and table view.

Users can toggle between the views using the drop down, the default view is the split view.

Search View Toggle

Scoring

When searching using a Boolean Filter against indexed candidates' CVs the results have a score applied to them. The score will automatically appear in the results view.

info

The score applied to each result is an arbitrary value based on the search criteria. A higher score relates to a better match.

Displaying rank

Users have the option to see the relative rank of the results in a numerical value instead of using the default score, with 1 being the highest-scoring result.

Configure the custom metadata setting Daxtra_Search_Display_Search_Rank to show the rank instead of the score by setting the seven20__Active__c field to true.

Distance calculation

When a single radial location filter is included in a search, a Distance will be displayed for each contact result. The distance calculated is the distance between the location filter and the contact's MailingLatitude and MailingLongitude.

If a contact does not have values for these fields but nonetheless matches the search criteria (this can arise when using OR filter logic), the distance value for that contact will be empty.

Geocodes for locations are provided by Salesforce's and Seven20's location service, with distances calculated using the Haversine formula via SOQL.