Hi,
I would like to know how to disable Faceted Search/Smart Navigation dialog as shown in the screenshot. I am using content server 6.7 SP1 with xPlore 1.2
Regards,
Pritesh
You can disable it in preferences for one user.
Or fully disable it in browsertree component configuration.
In browsertree_component.xml there is a property named clusteringenabled to disable it:
<!-- To enable the content clustering feature -->
<clusteringenabled>true</clusteringenabled>
I made the following change in browsertree_component.xml and restart application server but no luck. It is still visible.
<clusteringenabled>false</clusteringenabled>
Resolved.
There is similar tag "browsertreeex_component.xml" which also had to be disabled and the attribute ftsearch_security_mode (of object type dm_ftengine_config) should be set to 0.