Administrative console filter settings

 

Use the Filter settings to specify how to filter entries shown in a collection view.

Select the column to filter, then enter the filter criteria.

 

Column to filter

Use the drop-down list to select the column to filter. When you apply the filter, the collection table is modified accordingly.

For example, select Application Servers if you plan to enter criteria by which to filter appserver names.

 

Filter criteria

In the field beside the drop-down list, enter a string that must be found in the name of a collection entry to qualify the entry to appear in the collection table. The string can contain %, *, or ? symbols as wildcard characters. For example, enter *App* to find any appserver whose name contains the string App.

Prefix each of the characters ( ) ^ * % { } \ + $ with a \ so that the regular expression engine performing the search correctly matches the supplied search criteria. For example, to search for all JDBC providers containing (XA) in the provider name, specify the following:

*\(XA\)