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

David Lesieur’s picture

Status: Active » Closed (works as designed)

Thanks 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.