Closed N3kox closed 3 years ago
It looks like you have an incompatibility between your py2neo version and your Neo4j version. The parameter syntax changed from {param}
to $param
and older versions of py2neo will not be aware of this. Upgrade py2neo, and this will hopefully work.
Upgrade from 4.2.0 to 2021.0.1 It works as expected, thanks a lot.
Hi, here i'm coding like this (assume node exists):
Both match() and NodeMatcher failed when I tried to fill properties. And TraceBack like this:
It seems like there's something wrong with properties loading, because there's no '{' or number 1 within my input. I doubt whether function "_property_conditions" in matching.py performs bad while parsing input properties.