Mailing List Archive

Simple search hack?
I want to know what my visitors are searching for. What file is the search engine in, what variable contains the search string, and where can I place a simple insert query to my own table to capture the search string, ideally both go and search?

Thanks
--Moonlight Embrace
Re: Simple search hack? [ In reply to ]
On Sep 23, 2004, at 1:19 PM, Moonlight Embrace wrote:
> I want to know what my visitors are searching for. What file is the
> search engine in, what variable contains the search string, and where
> can I place a simple insert query to my own table to capture the
> search string, ideally both go and search?

You want SearchEngine.php. You should be able to slip something in the
SearchEngine constructor function easily enough.

-- brion vibber (brion @ pobox.com)