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

1989 views

ANSWER



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>
1 votes



Thanks Thomas, that worked perfectly.

Andrew.

03/19/2012

well this doesnt work for me.I think something has changed since 2012.I am using version 8.10
02/08/2018