Can I hide (disable) the Faceted Search tab using Studio?
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
1 votes
1 answers
1821 views
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>
well this doesnt work for me.I think something has changed since 2012.I am using version 8.10
02/08/2018