Hello,

I am trying to expose to users a "combine fields filter" whose operator is "Contains". Also, I am using "views autocomplete filters" module, in order to show to the users all the fields that contains a certain word. The issue is that my fileds can have until 500 characters long, so I have got the following error when I push submit button or reset button: "combine cannot be longer than 128 characters but is currently 275 characters long".

Which one is the best way to fix this? (little knowledge of php.)

Thank you for your attention (it is important).

Comments

Marelmel’s picture

Component: Miscellaneous » exposed filters
berliner’s picture

I believe that this is a form validation error. I am able to work around it by setting #maxlength for the form element in a hook_form_alter for the exposed form.

MustangGB’s picture

Category: Task » Support request
Status: Active » Closed (outdated)

Closing this as outdated to tidy up a bit around here. If you're still having problems with the latest release please create a new issue.