cancel
Showing results for 
Search instead for 
Did you mean: 

Can I hide (disable) the Faceted Search tab using Studio?

AndrewG_
Champ on-the-rise
Champ on-the-rise

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 ACCEPTED ANSWER

Thomas_Roger
Star Contributor
Star Contributor

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>

View answer in original post

3 REPLIES 3

Thomas_Roger
Star Contributor
Star Contributor

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>

Thanks Thomas, that worked perfectly.

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

Getting started

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.