[symfony-users] Re: Zend Lucene can't find accented words

2010-07-21 Thread wueb
I use. But doesnt work. THere is any analizer of Portuguese language? Maybe that can work? On 20 Jul, 17:29, pghoratiu pghora...@gmail.com wrote: Do you use utf-8 everywhere (when indexing the document, when searching ...) ?     gabriel On Jul 20, 5:09 pm, wueb webmaster@gmail.com

[symfony-users] Re: Zend Lucene can't find accented words

2010-07-21 Thread wueb
I found it. Before we call the UTF-8 analizer we should put this code line if (!setlocale (LC_ALL, 'pt_PT.ISO8859-1')) setlocale(LC_ALL,'portuguese'); -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com You received this

[symfony-users] Re: Zend Lucene can't find accented words

2010-07-20 Thread pghoratiu
Do you use utf-8 everywhere (when indexing the document, when searching ...) ? gabriel On Jul 20, 5:09 pm, wueb webmaster@gmail.com wrote: I'm using Zend Lucene in symfony. When i search by words with á or ã he can't find it. Anyone knows what can be causing this and how to solve?