Closed fancellu closed 7 years ago
With query
match (n:Person {name: $x}) return n;
and with json
{"x" : "Arthur"}
I get an error message:
Error occurred: Expected a parameter named x
Hi @fancellu ,
Looks weird. I will check tomorrow and get back to you with some information on this.
It works correctly in latest release.
With query
match (n:Person {name: $x}) return n;
and with json
{"x" : "Arthur"}
I get an error message:
Error occurred: Expected a parameter named x