[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Searching solution found & IRC
> That I knew, but what about the search results page? My impression was
> that it would be the same as the drill-down page, but instead of a listing
> the articles in the current section it would display the search results.
Oh. Yes... well... not a big problem if we do it in PHP... we make all
those static pages PHP3 pages that do nothing with PHP UNLESS the page is
the target of a search submit, in which case it channelizes the ht://dig
output.
So if your sitting on Networking/Dialup, and you do a search on
"disconnect", Your thrown right back to the same spot you were in the
drilldown except you have a listing of ten matches or whatever, with the
next/previous buttons...
Now... Thats the way to do it in PHP... If you want to explore the way to
do it with mod_perl, I'm game... it'd basicly be the same... I think...
but I'm still unclear as to how mod_perl works, so I'd hafta figure it
out.
Jason