Closed (works as designed)
Project:
Faceted Search
Version:
5.x-0.8
Component:
User interface
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
20 Nov 2007 at 19:41 UTC
Updated:
21 Nov 2007 at 15:21 UTC
First, I just want to say that I've just installed this module, and it is really, really great, especially the taxonomy search. Thank you so much!!
I've had to hack the UI module to change the input text box size fom 20 to 15 to fit a smallish left sidebar. Couldn't figure out a way to use CSS to get at it. So that's on my wish list.
Thanks again. Drupal really needed this module.
Comments
Comment #1
David Lesieur commentedThanks for the good words! :)
20 is the same default length as the Drupal core search box, so I don't think I will change it unless there is some consensus about this length being too long. However, you could change it without any hacks by implementing hook_form_alter() in a module.