Create a custom search matcher for global search
Customize the global search experience to return exact match search results from a specified table and column (field). You can configure custom search matchers for search terms with prefixes followed by numbers, such as INT470271, or for numeric search terms with delimiter characters, such as 525-326-3827 or 2016/01/08.
Before you begin
You must have Next Experience enabled.
Role required: ais_admin
About this task
To customize exact-matching behavior in global search, you can define a custom search matcher. The matcher specifies a Java regular expression pattern that AI Search compares search queries to, plus a table and a column (field) from that table. When a search query exactly matches the regular expression pattern, the custom matcher triggers and global search only returns exact-match results from the specified table and column.
To learn how AI Search evaluates global search queries for exact matches, see Using global search with AI Search for Next Experience.