How can I search on the Tracker ID value?

You can create an index to search using the Tracker ID entered when releasing a topic.

Description

I want to search based on a Tracker ID value that was entered when releasing a topic.

Solution

In the TEXTML Administration perspective, perform the following
  1. Edit the Index Definition file.
    CAUTION: Be careful when editing the Index Definition document. Changes can significantly affect the indexing process, and any errors in the document can lead to data corruption or other errors.
  2. Add the following index:
    <index NAME="change_tracker_id_1" CUSTOMPROPERTY="True" SYNC="False">
       <stringindex KEEPEXTRACTEDVALUES="True">
          <elements>
          <element XPATH="//trackerId" DEPTH="INFINITE"/>
          </elements>
        </stringindex>
    </index>
    
  3. In the summaries section, add the following field:
    <field NAME="change_tracker_id_1" TYPE="Index" VALUE="All"/>
  4. To display a column named Tracker ID in the Search Results view and other views, edit the system/conf/display.xml file and add the following:
    <key halign="LEFT" label="Tracker ID" name="change_tracker_id_1" sortOrder="ASC" sortType="ALPHA" type="Index" visibility="255" width="175"/>
  5. When the indexing is complete, restart your IXIASOFT CCMS Desktop.
  6. Add the new column to your Search Results view.