I can reproduce this when the property in question is an array of strings. Thus your 'name' property appears to be an array where you expect it to be a string.
On 01/02/2014 09:46 PM, Javad Karabi wrote: > match (n:Superclass) where n.name =~ "(?i).*SWEATERS.*" return n; > > Expected [Ljava.lang.String;@36b3041f to be a java.lang.String, but it was a > [Ljava.lang.String; > > Neo.ClientError.Statement.InvalidType > > did i do something wrong in the query? > > -- > 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/groups/opt_out. -- 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/groups/opt_out.
