>I was wondering hoe to implement +word (= use word) and -word (neglect
>word) into htdig. As I see it, +word could be just AND-ing words and
>-word could be AND NOT words.
>
>There has to be a parser/wrapper to cope with +/-word and a Boolean
>string could be formed and passed to the real htsearch.
>
>"word string" should be converted to word AND word. It's not
>as good as the real meaning of "..." but better than
>nothing.


Hmm,

   I had some similar problems, I wanted to store all the words,
wich are entered in a database.

I did write a little php3 (http://www.php.net) wrapper for htsearch.
You could easily expand it to make the +/- thing work.
(its only a "header http://foo.bar/cgi-bin/htsearch?var=1&var2=2)


regards,
   Michael

----------------------------------------------------------------------
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