Hi,
The following search with suffixproc='Off' returns a hit.
"set alpostproc='on';set hyphenphrase='off';set allinear='on';set wordc='[\alnum\X27]';set langc='[\alnum\X27 \-\.]';set defsuffrm=1;set minwordlen=5;set suffixproc='Off';select DOCID,ADDRESSEE from tblnewx where ADDRESSEE like '(jerry-smith,scooby)'"
But, the following with suffix proc 'On' does not return the hit.
"set alpostproc='on';set hyphenphrase='off';set allinear='on';set wordc='[\alnum\X27]';set langc='[\alnum\X27 \-\.]';set defsuffrm=1;set minwordlen=5;set suffixproc='On';select DOCID,ADDRESSEE from tblnewx where ADDRESSEE like '(jerry-smith,scooby)'"
Also, taking the hyphen out of the langc also gets the hit back.
any reasons as to why?
Thanks!!
The following search with suffixproc='Off' returns a hit.
"set alpostproc='on';set hyphenphrase='off';set allinear='on';set wordc='[\alnum\X27]';set langc='[\alnum\X27 \-\.]';set defsuffrm=1;set minwordlen=5;set suffixproc='Off';select DOCID,ADDRESSEE from tblnewx where ADDRESSEE like '(jerry-smith,scooby)'"
But, the following with suffix proc 'On' does not return the hit.
"set alpostproc='on';set hyphenphrase='off';set allinear='on';set wordc='[\alnum\X27]';set langc='[\alnum\X27 \-\.]';set defsuffrm=1;set minwordlen=5;set suffixproc='On';select DOCID,ADDRESSEE from tblnewx where ADDRESSEE like '(jerry-smith,scooby)'"
Also, taking the hyphen out of the langc also gets the hit back.
any reasons as to why?
Thanks!!