Node Property With Special Characters Displays Truncated Value in Graph

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

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.

image