Just a precision, about my problem with the accents.

I had an exception :
Notice: iconv_strlen() [function.iconv-strlen]: Detected an illegal
character in input string in /var/www/adlm/plugins/sfLucenePlugin/lib/
vendor/Zend/Search/Lucene/Search/QueryLexer.php on line 346
I have change in the lib/util/sfLuceneCriteria.class.php
line 55 from
$query = Zend_Search_Lucene_Search_QueryParser::parse($query);
to
$query = Zend_Search_Lucene_Search_QueryParser::parse($query,
'UTF-8');

And i have this problem, but now i have no exeption of
iconv_strlen() :
> I can't find them, for exemple, if i search "range", the search engine
> find a product with the keyword "rangé" and if i search "rangé",
> sfLucene find nothing!
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"symfony users" group.
To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/symfony-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to