Customizing searches

You can add custom search attributes in the Advanced Search Panel within the Manage Assets user interface. The Manage Assets user interface’s related preferences can be configured with Asset Type Definition which is a System Data Dictionary representing this Asset type. By default, Manage Asset Solution template delivers the preconfigured Data Dictionaries for Correspondence Management asset types under the CorrespondenceManagementSolutionTemplate\package-resources\apps\solutions\cm\assetDefinitions folder in form of FML files.

  1. Navigate to the CorrespondenceManagementSolutionTemplate\package-resources\apps\solutions\cm\assetDefinitions\TextModule.fml file.

  2. Add following entry:

    <?xml version="1.0" encoding="UTF-8" standalone="no"?> 
    <model xmlns="http://ns.adobe.com/Fiber/1.0"> 
      <entity name="TextModule"> 
      ..... 
        <property name="dataDictionaryRefs" type="string"> 
          <annotation name="DDS"> 
            <item name="displayName">Data Dictionary</item> 
            <item name="searchable">true</item> 
            <item name="searchRendererOrder">10</item> 
          </annotation> 
        </property> 
      .... 
      </entity> 
    </model>
  3. Rebuild and Redeploy. For information on rebuilding and redeploying, see Building and deploying the Solution Template.

// Ethnio survey code removed