
robin
User
/ Moderator

Apr 25, 2011, 10:46 AM
Post #4 of 8
(623 views)
Shortcut
|
|
Re: [yusuke] multiSearch.php Question
[In reply to]
|
Can't Post
|
|
Hey, We'll look into some sort of option for that for the future. In the meantime, this function might be useful for you: http://php.net/manual/en/function.mb-convert-kana.php In multisearch.php something like:
$searchOptions['keywords'] = @mb_convert_kana($FORM['q'],'s') Hope that helps, Robin
|