Re: UdmSearch: Bug report

2000-03-28 Thread Alexander Barkov
Hi! "John R. Tipton" wrote: > > PHP > When using the spelling feature to > get multiple versions of words. The > "tion" ending doesn't seem to work, > (ie. "Regulation" does not get indexed.) It seems that you are indexing with ispell support and searching without it. So, word "regulation" is

Re: UdmSearch: Bug report

2000-03-28 Thread Alexander Barkov
Hi! Thanks for noticing this and sorry for so late reply. Fixed... Daniel Drabkin wrote: > in your search.php3 script line 405 > > replace: > $text=htmlspecialChars($data[text]); > with > $text=htmlspecialChars($data[txt]); > > this will allow $DX to work. > > Regards, > Daniel -- Alexande