I can't put my full path to helper program because the max length is set at 100 in search_files.module line 190

  $form['search_files_helper_path'] = array(
    '#type' => 'textfield',
    '#title' => t('Helper path'),
    '#size' => 100,
    '#maxlength' => 100,

Is there a limitation of 100 characters? why not 256 or no limit?

Comments

thl’s picture

Assigned: Unassigned » thl

The limit is also in the database schema, which needs to be fixed, too.

thl’s picture

Status: Active » Fixed

fixed, see
search_files.install revision 1.10.2.12
search_files.module revision 1.19.2.17

thl’s picture

Status: Fixed » Closed (fixed)