How can I display fullpath in my Search Results view?
You can use an existing index to display the fullpath by editing your display.xml configuration file.
Symptom
I want to display a column in my Search
Results view that will show the fullpath value that is displayed in
the Properties view. For example, /content/authoring/xix1548690779558.xml
.
Problem
I do not know which value to add to the display.xml configuration file.
Solution
This information is recorded in an object's .properties file, so it is automatically indexed, you just need to enable the column.
In the TEXTML Administration perspective, perform the
following:
- Edit the Index Definition file.
- In the
summaries
section, add the following to the<fieldlist>
:<field NAME="Collection" TYPE="Property" VALUE="All"/>
- Edit the system/conf/display.xml file
and add the following:
<key halign="LEFT" label="Filepath" name="Collection" sortOrder="ASC" sortType="ALPHA" type="Property" visibility="255" width="110"/>
- Restart your IXIASOFT CCMS Desktop.
- Add the new column to your Search Results view.