Hello,
Here are the settings my form uses
<apicp defaults "">
<$minsuflst = "s" "es" "'s" "'">
<apicp suffix $minsuflst>
<apicp minwordlen 4>
Now when I do a LIKEP search using
"car" I get hits on "care"
"parts" returns hits on "party" "parties"
"part" returns hits on "party" "parties"
I really only wanted plural and possesive forms of a word, for example :
search for "car" should hit only car or cars
search for "parts" should hit only part or parts
What changes do I need to make ?
Thanks,
Rob