This way it works for me but with some explicit addition:

MATCH (n) WHERE n.Name =~ '(?iu).*иван.*' return n 

But string sorting is incorrect anyway.

On Saturday, January 17, 2015 at 1:44:47 PM UTC+2, Stefan Armbruster wrote:
>
> Have you tried to set the "u" flag as well? 
>
> MATCH (n) WHERE n.Name =~ '(?iu)иван.*' return n 
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Neo4j" 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.

Reply via email to