Hi, > I didn't ever see the internal server error, but I was probably just > too impatient. With the boolean method, there was certainly no response > within what I would consider a reasonable amount of time. The results I > mentioned in my last message corresponded to queries that did not use > the boolean method. Although the problem associated with the boolean > method of course needs to be addressed, I am not sure that I understand > why you are using it in this case. An 'and' or 'or' as part of a quoted > string is not treated as a boolean operator, regardless of what method > you use.
The reason why I noted the boolean search was because of the cgi-wrapper I mentioned previously. The people I created the search function for specifically wanted an interface with a free text, a phrase and a boolean search. For the 'phrase' search the cgi-wrapper simply puts quotes around the search string before sending it to htsearch. The method (as you pointed out) that is sent to htsearch shouldn't matter (ie just putting quotes around a query will automatically make it a 'phrase' search). So, I just set the method used to boolean, because it shouldn't have made a difference. Unfortunately when I tested it the search was failing on the query "test and destroy". However, when I set the method to use to "and" instead of "boolean" everything was okay. That means that my 'phrase' search is okay, but I still thought I should report the problem just in case. > I am able to duplicate all of the problems you are encountering with > the Oct. 13 snapshot. I'll update as soon as I am able and let you know if I still get any of the symptoms. Again, thanks for your help with this. Andrew ------------------------------------------------------- This sf.net email is sponsored by: Access Your PC Securely with GoToMyPC. Try Free Now https://www.gotomypc.com/s/OSND/DD _______________________________________________ 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

