Closed (won't fix)
Project:
Views Fast Search
Version:
4.7.x-1.0
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
7 Jan 2007 at 21:54 UTC
Updated:
8 Jan 2007 at 04:02 UTC
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
Comment #1
douggreen commentedYou 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.