cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

Default caption for a node in Neo4j Desktop

I have created a node successfully. It has two properties: index and teapot. I found the Neo4j desktop display the node's caption using the index. Is there a way to let Neo4j Desktop display the caption using the teapot property? I want to use the CREATE statement and create the node. The node will display the caption using the property which I assigned in the code.

2 REPLIES 2

Within the Neo4j Browser:
In the results window after making a query:

  1. Click the :Label at the top.
  2. Click the little triangle in the bottom-right.
  3. Click the property you want to use as the caption for node which have that :Label.

Hi, I don't see the triangle option in the bottom of the screen!