mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-14 17:58:59 +00:00
80669: Merged WAT1 (5.0/Cloud) to HEAD-BUG-FIX (5.0/Cloud) 78166: ACE-1582: Enhancements to the facet service to persist only the modified value(s) rather than the whole facet's properties. Also fixed facets cache and facets reordering NPE. git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@82966 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
26 lines
1.2 KiB
Properties
26 lines
1.2 KiB
Properties
# Overrides test_filter_creator in the /facets/facets-config-sample.properties
|
|
custom.cm\:creator.__.u.filterID=test_filter_creator
|
|
custom.cm\:creator.__.u.displayName=faceted-search.facet-menu.facet.creator
|
|
custom.cm\:creator.__.u.displayControl=alfresco/search/FacetFilters
|
|
custom.cm\:creator.__.u.maxFilters=10
|
|
custom.cm\:creator.__.u.hitThreshold=5
|
|
custom.cm\:creator.__.u.minFilterValueLength=14
|
|
custom.cm\:creator.__.u.sortBy=ALPHABETICALLY
|
|
custom.cm\:creator.__.u.scope=ALL
|
|
custom.cm\:creator.__.u.scopedSites=site1
|
|
custom.cm\:creator.__.u.index=0
|
|
custom.cm\:creator.__.u.isEnabled=true
|
|
|
|
# Add a new Filter
|
|
# Field-Facet-Qname => cm:description.__
|
|
custom.cm\:description.filterID=test_filter_description
|
|
custom.cm\:description.displayName=faceted-search.facet-menu.facet.description
|
|
custom.cm\:description.displayControl=alfresco/search/FacetFilters
|
|
custom.cm\:description.maxFilters=3
|
|
custom.cm\:description.hitThreshold=1
|
|
custom.cm\:description.minFilterValueLength=2
|
|
custom.cm\:description.sortBy=DESCENDING
|
|
custom.cm\:description.scope=SCOPED_SITES
|
|
custom.cm\:description.scopedSites=
|
|
custom.cm\:description.index=4
|
|
custom.cm\:description.isEnabled=true |