Hi,
I am attempting to set the configuration attribute search_algorithm to make htsearch produce search results for substrings of a string.
I have the following in my htdig.conf file:
search_algorithm: exact:1 substring:0.8 prefix:0.7 synonyms:0.5 endings:0.1
substring_max_words: 15
Is there more to the setup to obtain search results for substrings? Do any other programs have to be run or setup for substring searches to work? I am able to obtain results for exact strings and synonyms using my current setup, but when I enter substrings on the same string, I get no matches.
I really need to be able to search for substrings of a string. Can you please help me out?
Thanks, Sue

