Skip to content

Open Cypher - Parameter not Supported in Node Syntax #3556

@ironluca

Description

@ironluca

I am using 26.2.1
I noticed in Open Cypher queries parameters are not supported in the node construct ()

String query="MATCH (b:B {x:$x}) RETURN b";//Parameters don't work here
String query="MATCH (b:B) WHERE b.x=$x RETURN b";//Parameters work here

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions