Unfortuanetely I can not make it to work.
I have used something like:
$phpdig_string_subst['iso-8859-7'] = 'Á:¢,Å:¸,Ç:¹,É:ºÚ,Ï:¼,Õ:¾,Ù:¿,Ü:á,å:Ý,ç:Þ,é:ßúÀ,ï :ü,õ:ýû*,ù:þ';
I have changed the encoding to: define ('PHPDIG_ENCODING','iso-8859-7');
I think that the problem is with $phpdig_words_chars['iso-8859-1']='[:alnum:]ðþß' string. What letters do i put within the [::] characters and what letters after this?
The script searches some of the english pages that i have in the site, but does not search any greek pages. The table 'keywords' only contains english words.
I would really need some help!
ps. I am using the 1.6.2 version.