Miko Buck's bits of Thu, 7 Mar 2002 translated to: >htDig is working fine, but when I want to search for eg. "alpha/2" the parameter >$&(LOGICAL_WORDS) in the header-template is "alpha2", so I miss the character "/".
Hi - You probably want to read up on the following two attributes. http://www.htdig.org/attrs.html#valid_punctuation http://www.htdig.org/attrs.html#extra_word_characters By default, a / is considered part of valid_punctuation, which means it will be treated as punctuation and removed before the term is indexed. The extra_word_characters attribute allows you to add characters that should be considered part of a word. Jim _______________________________________________ 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

