To index elements, IXIA CCMS uses units rather than indexes. You cannot add a custom
search option for units, but there is a workaround.
Procedure
-
In the TEXTML Administration perspective, connect to your
server.
-
Expand the Content Store's Repository
node, and locate the search.options.xml file in the
/system/webplatform/configuration/ collection.
-
Check out the file and open it for editing.
-
Add the following within the
<indexes>
element
<index name="tags">
<captions>
<caption lang="de" prompt="Elemente"/>
<caption lang="en" prompt="Elements"/>
<caption lang="fr" prompt="Elements"/>
<caption lang="ja" prompt="要素"/>
</captions>
</index>
This custom search uses the existing tags unit.
-
Save, close, and check in the file.
-
Refresh the Web Server.
-
Refresh the browser cache if the new search option is not available
after refreshing the Web Server.
Results
Users can now search for any element within their content by selecting the Elements
search option and entering the element to search for.