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.
For example, select Application Servers if you plan to enter criteria by which to filter application server names.
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 string:
*\(XA\)