How can I search for topics without a label?
You can create an index to search for all topics that don't have a label assigned.
Symptom
I want to search for all topics that don't have a label assigned.
Problem
This index is not defined in the default configuration and must be added manually.
Solution
In the TEXTML Administration
				perspective, perform the following
		
			
			
		- Edit the Index
							Definition file to add the following
						index:<index CUSTOMPROPERTY="True" NAME="label_count" SYNC="False"> <stringindex KEEPEXTRACTEDVALUES="True"> <elements> <element DEPTH="INFINITE" XPATH="count(//userproperty[@type='label'])"/> </elements> </stringindex> </index>
- To add the index to the Advanced Search panel in the Search
						view, edit the system/conf/advancedSearchIndexes.xml file and add the
						following:<index display="Label_count" name="label_count" type="index" listable="false" views="ALL"/>
- When the indexing is complete, restart your IXIASOFT CCMS Desktop.
- Perform an advanced search for Label_countwith a value of 0.
