Custom Matcher form
The Custom Matcher form enables you to create a global search custom matcher.
For details on creating a global search custom matcher, see Create a custom search matcher for global search.
| Field | Description |
|---|---|
| Name | Unique name for the custom matcher. |
| Regex | Java regular expression pattern that AI Search compares search queries to. When a search query matches this regular expression pattern, the custom matcher triggers and the search only returns results from the specified
Table and Column. This field is automatically set when you select Generate Regex. Note: For details on Java regular expression pattern syntax,
see the Javadoc for the java.regex.util.Pattern class. |
| Table name | Table that you want to restrict search matches to when a user search satisfies the custom matcher's Regex regular expression pattern. |
| Application | Application scope for the custom matcher. This field is automatically set. |
| Column | Field from the specified Table that you want to restrict search matches to when a user search satisfies the custom matcher's Regex regular expression pattern. |
| Active | Option to activate the custom matcher. To deactivate the matcher, clear the Active option. |