Skip to content
Release: Australia · Updated: 2026-03-12 · Official documentation · View source

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.

FieldDescription
NameUnique name for the custom matcher.
RegexJava 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 nameTable that you want to restrict search matches to when a user search satisfies the custom matcher's Regex regular expression pattern.
ApplicationApplication scope for the custom matcher. This field is automatically set.
ColumnField 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.
ActiveOption to activate the custom matcher. To deactivate the matcher, clear the Active option.

Parent Topic:AI Search reference