in reply to Re: date on search results (super)
in thread date on search results
Well, it's gonna take a god to do that, or I'd have taken a whack at the patch myself.
Look at Everything/HTML.pm, in sub nodeName, and replace code from line 934 through the end of sub. You'll want to load up some CGI params expected by Super Search into the $q object, i.e.
$q->param( HIT => $node ); # HIT = title; $node is the search stri +ng displayPage( getNodeById( 3989 ) ); # transfer to SS
One question is whether you'd want the SuperSearch to execute and display some results immediately, or just load up the search form and wait for the user to submit. I'd vote for the former, personally.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: date on search results (super)
by tye (Sage) on Dec 05, 2008 at 22:22 UTC | |
by jdporter (Paladin) on Dec 08, 2008 at 16:11 UTC |