Hi all,
I have a Person vertex class in schema with a firstname property, indexed with Lucene. I'm looking for a Person called *Ève*. I'd like to retrieve my record when I do : SELECT FROM Person WHERE firstname LUCENE 'è*' or SELECT FROM Person WHERE firstname LUCENE 'é*' or SELECT FROM Person WHERE firstname LUCENE 'e*' or SELECT FROM Person WHERE firstname LUCENE 'E*' What'd be the right analyzer or the settings to apply for this behaviour ? Thanks ! -- --- You received this message because you are subscribed to the Google Groups "OrientDB" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
