It would be helpful for many users to have the ability to reset the search using a [reset] link next to the search button as many do not get that clearing the input and clicking search does this.

Comments

douggreen’s picture

Status: Active » Closed (won't fix)

You can add this functionality by writing a custom module form_alter that adds a button after the search box. I realize that writing a custom module form_alter is not something your average Drupal user will/can do, but I believe that this is the best Drupal solution. I don't think that this functionality is going to be needed often enough to justify extending this module with it.

The main purpose of this module was to provide a faster alternative to the standard Drupal search exposed filter in the views module.