Hello all
I have recently deploy alfresco 5.1 to manage drawing (PDF).
Please teach me how to change the maximum number of tags to display.
I would like to change the maximum number of tags to display in the Shared files from 100 to unlimit.
I tried 2 way as below. But unsuccess.
Way1:
share-documentlibrary-config.xml
Change "<maximum-tag-count>100</maximum-tag-count>" to "<maximum-tag-count>-1</maximum-tag-count>".
Way2:
share-config-custom.xml
Add ↓ into document library config section.
<filters>
<maximum-tag-count>-1</maximum-tag-count>
</filters>