Filtering Gold Images

Fabric Manager allows you to filter and display the required images from the list of images.

To filter the images

  1. On the Fabric Manager user interface, click Advanced Settings.

  2. Click the Images tab.

    The list of available images appears.

  3. In the Filter row, select the desired filter value from the drop-down list or type the value. For example, Image1.

    A table of images appears based on your selection.

Notes:

  • Click Clear to reset the filter.

  • Filtering keywords are not case sensitive.

  • You can use the wildcard characters to filter the multiple files with similar names. You can use them to apply the filter based on image name, platform name and the version number.

    The following table lists the various wildcard character supported for filtering.

    Wildcard

    Description

    Examples

    * or %

    Use * or % that matches zero or more characters in a filtering keyword.

    The image filtering keyword Im* or Im% filters all the images that contain the characters Im and further, for example Img, Image1, Image2.

    _ or ?

    Use _ or ? that matches any single character in a filtering keyword.

    The filtering keyword Partition_ or Partition? filters all the images which contains any allowed character, for example Partition1, PartitionA.

    #

    Use # that matches any single numeric character in a filtering keyword.

    The filtering keyword Platform# filters all the images with numbers after Platform, for example Platform1.

    To filter the images with double digit number after the keyword, insert ##. For example, filtering keyword Platform## could result in Platform11.

    @

    Use @ that matches any single alphabet in a filtering keyword.

    The filtering keyword Image@ filters all the images with alphabets after Image, for example ImageA, ImageB.

    To filter the images with double digit alphabet after the keyword, insert @@. For example, filtering keyword Image@@ could result in ImageAB, ImageBC.

    [ ]

    Use [ ] that matches the characters within the brackets of the filtering keyword.

    Im[ae]ge*

    The filtering keyword Im[ae]ge* filters all the images having the characters within the brackets, for example Image1, Imege2.