Added advanced search to site search mechanism.
This commit is contained in:
parent
bb226a6bc9
commit
22df79bdf4
2 changed files with 23 additions and 50 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue