Well that's what I can do, and that's what I actually do.

But I want to skip this accent-stripping step

for example, in mysql 5, you look for zlty kon, and get žltý kôň.

And I think that when I was using sfLucenePlugin - it was working - but I
have no idea how they did it.

On Sat, Mar 14, 2009 at 3:12 AM, Maerlyn <maerl...@gmail.com> wrote:

>
> Check the slugify method, also found in the Jobeet tutorial, in svn
> it's in lib/Jobeet.class.php. It uses iconv to convert accented
> characters via transliteration, so Jobeet::slugify("žltý kôň") returns
> "zlty kon".
>
> On márc. 13, 20:02, zero0x <zero0...@gmail.com> wrote:
> > Hi,
> >
> > (I'm talking about Zend Lucene as shown in Jobeet tutorial)
> >
> > I have text like this "žltý kôň" and want to be able to find it by
> > "zlty kon"
> >
> > How should I index it? I tried UTF8 analyzer, but it didn't work. It
> > could find it only by entering exact characters.
> >
> > So I tried to remove accented characters - and that worked - but can I
> > get it to work without that?
> >
> > Had anyone been solving this issue before?
> >
> > Thank you very much
> >
>


-- 
S pozdravom

Vojtech Riník
email: vo...@rinik.net
mobil: +421 910 670899
www: http://rinik.net

--~--~---------~--~----~------------~-------~--~----~
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 
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/symfony-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to