03-15-2012 09:20 PM
I want to remove the Faceted Search tab from the document management screen. I am on version 5.5 in the cloud and using only studio for customisation as I am not an experienced user.
I tried adding the following under XML extensions in studio but it did not work:
Thanks
Andrew
03-16-2012 02:22 PM
You have to disable the Faceted Search contribution to the NavTreeService
:
<require>org.nuxeo.ecm.platform.faceted.search.dm.navtree</require>
<extension target="org.nuxeo.ecm.platform.virtualnavigation.NavTreeService"
point="navigationTree">
<navTree treeId="facetedSearch" enabled="false" />
</extension>
03-16-2012 02:22 PM
You have to disable the Faceted Search contribution to the NavTreeService
:
<require>org.nuxeo.ecm.platform.faceted.search.dm.navtree</require>
<extension target="org.nuxeo.ecm.platform.virtualnavigation.NavTreeService"
point="navigationTree">
<navTree treeId="facetedSearch" enabled="false" />
</extension>
03-19-2012 02:13 AM
Thanks Thomas, that worked perfectly.
02-08-2018 06:25 AM
well this doesnt work for me.I think something has changed since 2012.I am using version 8.10
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.