Define content types available in the "Type" list

Build 1501 on 14/Nov/2017  This topic last edited on: 6/Sep/2016, at 13:33

After you located the configuration of the given search dialog, look at <IdList section of the <searchConditions section. Every <IdName line adds an object type to the "Type" list.

Add more object types if you want, remove some, or change the order.

<searchConditions>

 <SearchNode 

         xmlns="http://www.teradp.com/schemas/GN4/1/SearchConditions.xsd" 

         xsi:type="SearchConditionList" 

         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">

   <List 

                 Op="In" 

                 Path="ObjectType.Id" >

            <IdList>

              <IdName Name="article" />

       <IdName Name="img" />

      </IdList>

    </List>

  </SearchNode>

</searchConditions>