Added advanced search to site search mechanism.

This commit is contained in:
JT Smith 2002-06-01 20:38:07 +00:00
parent bb226a6bc9
commit 22df79bdf4
2 changed files with 23 additions and 50 deletions

View file

@ -22,7 +22,7 @@ sub process {
$output = $_[0];
$f = WebGUI::HTMLForm->new(1);
$f->hidden("op","search");
$f->text("keywords",'',$session{form}{keywords});
$f->text("atLeastOne",'',$session{form}{atLeastOne});
$f->submit(WebGUI::International::get(364));
$temp = $f->print;
$output =~ s/\^\?\;/$temp/g;