Have you tried to set the "u" flag as well? MATCH (n) WHERE n.Name =~ '(?iu)иван.*' return n
Cheers, Stefan 2015-01-16 17:29 GMT+01:00 Andrii Stesin <[email protected]>: > Same here: I added all possible environment variables into startup script > with (once again) no success so far with 2.2-M01 as well. Will try 2.2-M02 > now. > > -- > 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. -- 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.
