According to Stephen L Arnold:
> I'm trying to achieve some requested behavior with htdig; ie, I've 
> setup some selections in the search page (using restrict and 
> exclude) and the desired behavior is to have the user enter nothing 
> in the search field and have htdig serve up a list of all documents 
> in the directories specified by restrict/exclude.
> 
> All documents are Word docs (at the moment) and previously I had 
> added the keyword "doc" to the bottom of the search form (in the 
> hidden keyword field) and it worked.  However, that was when Apache 
> was configured to allow directory indexing (and the indexes would 
> show up in the search results, along with the documents).  I turned 
> off the Apache auto-index stuff, and built a single html file with 
> URLs for all the documents for htdig to do the actual dig.
> 
> However, and here's the rub, now I get a boolean search error when 
> I submit a search with no keywords, even if I put more hidden 
> keywords in the search form (that are guaranteed to be in the 
> documents).
> 
> The only thing that changed was the Apache auto-index stuff; is 
> there anything I can do to get the behavior I want back again?

I'm not sure how you had it working in the first place, if this was
with 3.1.5.  You must have had some value in the "words" input parameter,
because htsearch 3.1.5 (and earlier) doesn't like it when you have
"keywords" but no "words".  Here's a patch that fixes this:

    ftp://ftp.ccsf.org/htdig-patches/3.1.5/any_keywords.0

The Apache auto-index stuff made the keyword "doc" match any .doc file,
because the index uses the file names as link description text for the
link to the file, and with a non-zero description_factor, these words
have weight in the search.

-- 
Gilles R. Detillieux              E-mail: <[EMAIL PROTECTED]>
Spinal Cord Research Centre       WWW:    http://www.scrc.umanitoba.ca/~grdetil
Dept. Physiology, U. of Manitoba  Phone:  (204)789-3766
Winnipeg, MB  R3E 3J7  (Canada)   Fax:    (204)789-3930

------------------------------------
To unsubscribe from the htdig mailing list, send a message to
[EMAIL PROTECTED]
You will receive a message to confirm this.
List archives:  <http://www.htdig.org/mail/menu.html>
FAQ:            <http://www.htdig.org/FAQ.html>

Reply via email to