Active
Project:
Facet API Bonus
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
23 Mar 2015 at 18:02 UTC
Updated:
13 Dec 2016 at 20:23 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
darren ohComment #2
benoit.borrel commented+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.