Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
06-29-2020 08:45 PM
I created a node 'Test1' with poperty name "~!@#$%^&*()_+|}{":?></.,';][=-`". When I match that node and return c.name it displays the correct name.
MATCH (c:Test1)
RETURN c.name
Result:
"~!@#$%^&*()_+|}{":?></.,';][=-`"
On the graph when I select that node, the name value at the bottom shows a truncated value:
Any reason for this behavior?
Neo4j v. 4.0.3 with APOC v 4.0.0.7
06-30-2020 06:41 AM
Hi @ameyasoft,
Ref: How to store "<" in Neo4j string
Although I revisited Neo4j 3.5.11 this issue is resolved. However looks like in version 4.0.3 it is not fixed.
All the sessions of the conference are now available online