Name Filter

Provides a way to filter History records so that you can reduce the amount of  information displayed.  The Name Filter field uses a regular expression evaluation to determine which History records match.

Example 1:

List all History records with the string "foo" anywhere in the name.

Name Filter: foo

Example 2:

List all History records where the name starts with "foo"

Name Filter: ^foo

Example 3:

List all History records where the name is exactly "foo":

Name Filter: ^foo$