cancel
Showing results for 
Search instead for 
Did you mean: 

How to add a category filter to the search manager?

nettania
Confirmed Champ
Confirmed Champ

I want do add a category filter to the search manager. Therefore this is not possbile via the UI I created a solr-facets-config-custom.properties file and added the following lines to it:

default.cm\:category.filterID=filter_category
default.cm\:category.displayName=Kategorie
default.cm\:category.displayControl=alfresco/search/FacetFilters
default.cm\:category.maxFilters=5
default.cm\:category.hitThreshold=0
default.cm\:category.minFilterValueLength=2
default.cm\:category.sortBy=ALPHABETICALLY
default.cm\:category.scope=ALL
default.cm\:category.scopedSites=
default.cm\:category.isEnabled=true

However this is not working. Can someone give me a hint how I can achive this?

Thanks,

Florian

3 REPLIES 3

AlfrescoZZZ
Star Collaborator
Star Collaborator

Find a solution?

EddieMay
World-Class Innovator
World-Class Innovator

Hi @4535992 

There's an approach outlined here.

HTH

Digital Community Manager, Alfresco Software.
Problem solved? Click Accept as Solution!

Ty for the response, i have asked in that thread too XD.

I still try to found the code to replicate the "Tag" and "Site" feature.

Any help is more than welcome.