Download & Extend

search_files_helper_path has maxlength of 100, its too short

Project:Search Files
Version:6.x-6.x-dev
Component:Code
Category:bug report
Priority:normal
Assigned:thl
Status:closed (fixed)

Issue Summary

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

#1

Assigned to:Anonymous» thl

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

#2

Status:active» fixed

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

#3

Status:fixed» closed (fixed)