I have a situation where I am using HTDig from a PHP script (using the typical means which is access able several places on the internet. However, from some of the configs of, it is returning only the number of results that where found, but never the actual results. What would be causing this?
Here is an example: /web/search-em/search.sh "config=5AADFEF606E14D1495F87DB1BA704ADE&format=test&words=bob" Content-type: text/html 74 1 10 (bob or bobs) /web/search-em/search.sh: #!/bin/sh HTBINDIR=/opt/search/oxcyon QUERY_STRING="$@" REQUEST_METHOD=GET export QUERY_STRING REQUEST_METHOD $HTBINDIR/htsearch Again, this only happens for some of the configs, not all of them, though the configs are exactly the same except for their start URL. This leads me to believe something happened when building the index, but I am not sure where to start looking for problems. benji --- Ben Spencer Web Support [EMAIL PROTECTED] x 2288 ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ htdig-general mailing list <[EMAIL PROTECTED]> To unsubscribe, send a message to <[EMAIL PROTECTED]> with a subject of unsubscribe FAQ: http://htdig.sourceforge.net/FAQ.html

