I Have Company Node, as you can see here.
But When I want to set properties of the node I can't find it.
Very simple task: Copy the name and paste to the next command.
It is amazing?
But When I want to set properties of the node I can't find it.
Do you have extra spaces between the words in your search. It looks like there may be two spaces.
I have never used this, but it seems like it may be relevant. Try normalizing the property and your string literal and compare those to values.
match(n)
where normalize(n.name) = normalize('your string value')
return n
I Try to find the node by ID and then I remove it and re merge it again. No problem found. Maybe problem with Unicode font.
Thanks all.