In-Reply-To: <[EMAIL PROTECTED]> Systems Librarian <[EMAIL PROTECTED]> wrote:
> I have been getting some strange results on htdig and have been unable > to determine why. Any suggestions will be appreciated! > > Try searching TAX FORMS at > http://lib11.library.vanderbilt.edu/diglib/a-to-z.pl. Dale Poulter In that page you have <input type="hidden" name="method" value="ALL"> In subsequent pages you have <select name="method"><option value="and">All /*...*/ which is correct for the name and CASE of the method value, and works. I've not read the code to find out whether the match_method setting in your config file takes effect when you specify an invalid value, or whether the invalid value triggers a hard-coded default to "or". So best fix the .pl :-) Mike ------------------------------------------------------- This SF.net email is sponsored by: Scholarships for Techies! Can't afford IT training? All 2003 ictp students receive scholarships. Get hands-on training in Microsoft, Cisco, Sun, Linux/UNIX, and more. www.ictp.com/training/sourceforge.asp _______________________________________________ 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

