Hello!
I know that surely this problem is been resolved in some other topic, but whit babelfish it's hard to search for it :P
So I ask you to help me:
search doesn't work in my forum. The forum language is Italian.
I've tried to change this lines in search.php
CODE:
preg_match_all('/([0-9A-Za-z]+){3,}/',$vars['search_keywords'],$key_words);
#preg_match_all('/([a-zA-Zà-ÿÀ-ß]+){3,}/',$vars['search_keywords'],$key_words);
But nothing...
Thanks!
|