How can I search for conkeyrefs?

You can create an index to search for conkeyrefs.

Description

I want to search for conkeyrefs within topics.

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="con_keyref" SYNC="False">
            <!-- Index referenced by the Advanced Search on attributes -->
              <stringindex KEEPEXTRACTEDVALUES="True">
                  <elements>
                  <element DEPTH="0" XPATH="//@conkeyref"/>
                 </elements>
             </stringindex>
    </index>
  3. To add the index to the Advanced Search panel in the Search view, edit the system/conf/advancedSearchIndexes.xml file and add the following within the<attributes> element:
    <attribute display="con-keyref" name="con_keyref" views="ALL"/>
  4. When the indexing is complete, restart your IXIASOFT CCMS Desktop.