cancel
Showing results for 
Search instead for 
Did you mean: 

100 categories limit

cegesin
Champ in-the-making
Champ in-the-making
Hi there,

I've an Alfresco Community 3.4d with more than 100 categories created, but when i try to assign a category to a document, through its "edit metadata properties -> categories" dialog, the system only shows me the first 100 categories.

I found simillar issues, about another 100-limit results in Alfresco, but i can't find any category-related issue…

https://issues.alfresco.com/jira/browse/ALF-4220
https://issues.alfresco.com/jira/browse/ALF-10832

Any ideas?

Greets
1 REPLY 1

afaust
Legendary Innovator
Legendary Innovator
Hello,

the limit for categories in the "Edit Metadata" dialogs is defined via the Form control and the "maxSearchResults" parameter. It defaults to 1000 for 4.0.2 Enterprise in picker.inc.ftl, and if no size is provided to the data web script on Repository tier ("size" URL parameter), the technical default is 100.
ALF-4220 also affects categories (and fixed it in 3.4.x), since Tags are categories from a technical point of view.

Regards
Axel