On Wed, 27 Aug 2003, Adam Lipson wrote: > Date: Wed, 27 Aug 2003 15:26:29 -0400 > From: Adam Lipson <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: [htdig] punctuation > > I noticed that htdig ignores characters like "." and "-" how can this > be set to unignore these chars? I saw the valid_punctuation variable > in the docs and we don't have this set in our config files. The docs > say these are the characters that are deleted. How do I unset these? > > IE we wish to be able to search for things like "list_item" or > "list-item" and not have it interpret the word as "listitem" also > would like to search for 3.4.4.5 and not have it see 3445 as the > search.
That is htdig default, even if it's not in your htdig.conf file: valid_punctuation: .-_/!#$%^&' To override the default put this line in your htdig.conf file: valid_punctuation: /!#$%^&' Add what you remove from the default to extra_word_characters: extra_word_characters: .-_ You can always visit attrs.html on http://www.htdig.org, or on your local installation for comprehensive information about htdig attributes: http://www.htdig.org/attrs.html#valid_punctuation http://www.htdig.org/attrs.html#extra_word_characters Regards, Joe -- _/ _/_/_/ _/ ____________ __o _/ _/ _/ _/ ______________ _-\<,_ _/ _/ _/_/_/ _/ _/ ......(_)/ (_) _/_/ oe _/ _/. _/_/ ah [EMAIL PROTECTED] ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ ht://Dig general mailing list: <[EMAIL PROTECTED]> ht://Dig FAQ: http://htdig.sourceforge.net/FAQ.html List information (subscribe/unsubscribe, etc.) https://lists.sourceforge.net/lists/listinfo/htdig-general

