Hi Adam,
sorry for the late reply.
unfortunately, I cannot accept that answer since...well I can't just tell my users to simply hit CTRL-A and backspace, too much work for them 😛
Many websites to this day, when you type a search and submit the search, the text within the search resets.
I kinda got started on it but I need some assistance with it.
On Line 816 on GenericBrowser.php, I change the code to:
$this->form_s->addElement('submit','submit_search',__('Search'), array('onclick'=>'document.forms["'.$this->form_s->getAttribute('name').'"].search.value=""'));
it does almost exactly what I wanted except for one major thing. when you search, it clears the search and the Record Browser searches the search value..
this is where I need your assistance, is there a better method of doing this or let it do the search then clear it after?
thanks,
jjjj12212