The number of facet item dependencies that can be added is very limited due to the text fields being set to the default length of 128 characters. I recommend that these text fields be changed to text areas.

Comments

darren oh’s picture

StatusFileSize
new1.28 KB
benoit.borrel’s picture

StatusFileSize
new679 bytes

+1

Faced the same issue and before I got to this patch I wrote mine.

Mine simply raise the default text field max length from 128 to 256, which is another solution.

Bear in mind though, that for MySQL BLOB type size is limited to L + 2 bytes, where L < 2^16.