|
12-30-2003, 06:22 AM | #31 |
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:
PHP Code:
Is this all right? I noticed that there are fewer entries in the keywords table (were 1232, now 1204). Any ideas about 1.? Thanks! |
12-30-2003, 06:48 AM | #32 |
Head Mole
Join Date: May 2003
Posts: 2,539
|
Hi. Are you sure your MySQL charset is latin1? As for number one, do you have define('DISPLAY_SNIPPETS',true); in the config file?
If so then try increasing define('SNIPPET_DISPLAY_LENGTH',150); and/or define('DISPLAY_SNIPPETS_NUM',4); in the config file. Also, in search_function.php find the following: PHP Code:
PHP Code:
PHP Code:
__________________
Responses are offered on a voluntary if/as time is available basis, no guarantees. Double posting or bumping threads will not get your question answered any faster. No support via PM or email, responses not guaranteed. Thank you for your comprehension. |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
I want search RUSSIAN (ISO-8859-5) language in PHPDig, How to ??? | Ivan | How-to Forum | 1 | 09-26-2003 04:30 PM |