Tuesday 20 March 2007 3:49:08 am
Hi! I'm setting up search on a website based on eZ 3.9.0, but nothing turns up in the search results. I started by enabling SQL debug, and noticed that the query on the index said "WHERE word='????' when I searched for "News". Digging a little further, I found that
$trans =& eZCharTransform::instance();
$trans->transformByGroup( $text, 'search' );
returns "?????". It seems the conversion code is broken. My site is using utf-8. Any ideas? -Erlend
|