2011-04-07, 22:25:08
Oleg06 Wrote:Thanks on page news in the sidebar appeared lines
Code:Fatal error: Cannot redeclare i18n_compare_search_results_score() (previously declared in /home/cp068800/public_html/neowebtime.ru/1/plugins/i18n_search/search.php:2) in /home/cp068800/public_html/neowebtime.ru/1/plugins/i18n_search/search.php on line 9
This happens if two search results are visible at the same time - I will correct it. Thanks for testing.
Oleg06 Wrote:For some reason the search does not search for words with a hyphen (polling-booth, ÑÂðùт-òø÷øтúð)
No it doesn't because it splits the text into words on character boundaries - polling and booth are treated as separate words. You need to search for "polling booth" but it will find any page that has "booth" and "polling" on it.