Thanks Mark. I changed it to
<a name=normword hit>
<local fixed>
<sandr "\xE9" "e" $ret>
<$normword=$ret>
<fmt "(%s,%s)" $hit $normword>
</a>
for a test and it doesn't seem to be picking up the query at all. I've also tried to write a custom user eqvsusr.lst with backref.exe, it ran fine in DOS command window, but when I include the list in getapisettings function it doesn't pick up the equivalent words. I even used a "~" in front of the word it still doesn't work.
<a name=getapisettings public>
<local sets apis>
<$sets=SSc_alequivs SSc_alintersects SSc_allinear SSc_alpostproc SSc_alwithin SSc_exactphrase SSc_keepnoise SSc_alnot SSc_alwild>
<$apis=alequivs alintersects allinear alpostproc alwithin exactphrase keepnoise alnot alwild>
<loop $sets $apis>
<getvar $sets>
<switch $ret>
<case Y><apicp $apis on>
<case N><apicp $apis off>
</switch>
</loop>
<apicp ueqprefix "C:\Program Files\Thunderstone Software\Webinator\eqvsusr">
</a>
Any idea why? Thanks!
<a name=normword hit>
<local fixed>
<sandr "\xE9" "e" $ret>
<$normword=$ret>
<fmt "(%s,%s)" $hit $normword>
</a>
for a test and it doesn't seem to be picking up the query at all. I've also tried to write a custom user eqvsusr.lst with backref.exe, it ran fine in DOS command window, but when I include the list in getapisettings function it doesn't pick up the equivalent words. I even used a "~" in front of the word it still doesn't work.
<a name=getapisettings public>
<local sets apis>
<$sets=SSc_alequivs SSc_alintersects SSc_allinear SSc_alpostproc SSc_alwithin SSc_exactphrase SSc_keepnoise SSc_alnot SSc_alwild>
<$apis=alequivs alintersects allinear alpostproc alwithin exactphrase keepnoise alnot alwild>
<loop $sets $apis>
<getvar $sets>
<switch $ret>
<case Y><apicp $apis on>
<case N><apicp $apis off>
</switch>
</loop>
<apicp ueqprefix "C:\Program Files\Thunderstone Software\Webinator\eqvsusr">
</a>
Any idea why? Thanks!