On Thu, Jun 18, 2009 at 5:23 PM, neman ould sidahmed<[email protected]> wrote: > Hello everyone, I would like know, how I can index and search a property that > contains frensh character like "é", "è" and "ê". > For example : I index the property "tilte" with the value "Le bon marché de > Samedi". but If i use the query : "select * from item where title like 'Le > bon marche%' ", i get no result, the true question is how can use an analyzer > for property "title" and with function like.
Did you try "select * from item where title like 'Le bon march%' " ? Regards, Alex -- Alexander Klimetschek [email protected]
