Thread: iso-8859-7
View Single Post
Old 12-30-2003, 05:22 AM   #31
mkst
Green Mole
 
Join Date: Oct 2003
Posts: 11
Upgrading seems that works.
Thanks!

The engine can find both greek and english words.
However, there two more issues.
1. Example: The search for "äåëöß*éá" and "äåëÖß*éá" (change the case of a single letter) gives exactly the same results, however, the keyword does not appear in the description. The description shows only the first sentence of the html file.
2. There are no results displayed if i forget to place the accent.

I solved the second problem by replacing the
PHP Code:
$phpdig_string_subst['iso-8859-7'] = 'A:A,a:a'
with
PHP Code:
$phpdig_string_subst['iso-8859-7'] = 'A:A,a:a,é:ßú,á:Ü,å:Ý,ç:Þ,ï:ü,õ:ýû,ù:þ'
(vowel without accent:vowel with accent,vowel with diaeresis)

Is this all right? I noticed that there are fewer entries in the keywords table (were 1232, now 1204).
Any ideas about 1.?

Thanks!
mkst is offline   Reply With Quote