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:
- name: ~!@#$%^&*()_+|}{":?>
Any reason for this behavior?
Neo4j v. 4.0.3 with APOC v 4.0.0.7