Global search displays exact matching records
When your search exactly matches the Number field value for a record, global search takes you directly to that record, bypassing the search results page.
If more than one record has a Number field value that exactly matches your search, global search displays the first exact match. An informational message reports the total number of exact matches and provides links to the other exact matches.
Exact match configuration settings
Exact match only returns matches for Number values that contain prefixes defined in the Numbers [sys_number] table. To view prefixes and their matching tables, navigate to .
Search behavior for exact match is controlled by the com.snc.agent_workspace.global_search.typeahead.exact_match_request_criterion_regex system property. This property's value is a Java regular expression pattern. Only search queries that match the regular expression pattern are evaluated as possible exact record matches. For details on Java regular expression pattern syntax, see the Javadoc for the java.regex.util.Pattern class.
Exact search matches in Next Experience UI
When your search in Next Experience UI exactly matches a searchable record, the Unified Navigation search field displays a preview of that record. Selecting the preview takes you directly to that record and bypasses the search results page.
The preview of the matching record appears below the Unified Navigation search field with an Exact Match tag. Select this tag or press Enter to navigate directly to the record.
Exact search matches in Core UI
When your search in Core UI exactly matches a searchable record, global search takes you directly to that record, bypassing the search results page.
The system displays the matching record with an informational message indicating that your search produced an exact search match.
To see the full search results page for your search, select the link in the informational message. For details on the elements that make up the search results page, see Search results page in Core UI and UI15.