Hello,
I'm trying to define a list of search algorithms, but keep getting parse error from
htsearch. The lines defining the list are:
-----------------------------------------------------
allow_in_form: search_algorithm
build_select_lists: ALGORITHMS search_algorithm algorithm_list 2 1 2 search_algorithm
""
algorithm_list: \
"Fuzzy" "exact:1 prefix:1 endings:0.9 synonyms:0.9"\
"Exact" "exact:1 prefix:1" \
"Spelling" "exact:1 prefix:1 endings:0.9 synonyms:0.9 speling:0.9"
-----------------------------------------------------
htsearch is complaining about the build_select_lists even though it looks like the
examples to me. What obvious detail am I missing?
Thanks,
Terry Luedtke
National Library of Medicine
------------------------------------
To unsubscribe from the htdig mailing list, send a message to
[EMAIL PROTECTED]
You will receive a message to confirm this.