Hi there,

Another very simple idea is (if you use the GET method in your form), you
could just write an awk or perl script to grab all the hits to
/cgi-bin/htsearch out of your httpd access log and pick the search words
out of the QUERY_STRING, ie:

        "/cgi-bin/htsearch?method=or&words=wolverine+access" 

It has the advantage of not adding any overhead to the search CGI.

cheers,
--Will

On Tue, 12 Jan 1999, Marjolein Katsma wrote:

> Andriu,
> 
> You could write a CGI program or script that does this for you: from your
> search form call this 'logger' program which would update stats, then pass
> on all the parameters to htsearch.
> 
> Any server-side programming language should be able to handle this.
> 
> Hmmm - nice idea though - I think I'm going to do just that ;-)
> 
> At 19:56 1999-01-12 +0100, Netsolution Consulting Group wrote:
> >Hello
> >
> >Is there a feature planned that logs the use of htdig, eg the words used
> >for searches.
> >
> >It would be interesting to have a list like this:
> >
> >software 234
> >internet 221
> >products 134
> >bug  122
> >cheese   18
> >
> >Like this one could figure out what people are really interested in when
> >they search.
> >
> >Thanks
> >Andriu
> >----------------------------------------------------------------------
> >To unsubscribe from the htdig mailing list, send a message to
> >[EMAIL PROTECTED] containing the single word "unsubscribe" in
> >the body of the message.
> 
> Marjolein Katsma      [EMAIL PROTECTED]
> Java Woman - http://javawoman.com/
> ----------------------------------------------------------------------
> To unsubscribe from the htdig mailing list, send a message to
> [EMAIL PROTECTED] containing the single word "unsubscribe" in
> the body of the message.
> 
> 

----------------------------------------------------------------------
To unsubscribe from the htdig mailing list, send a message to
[EMAIL PROTECTED] containing the single word "unsubscribe" in
the body of the message.

Reply via email to