How can I display a property key of a node in Neo4j's Browser -


for example if node has property 'name,' such

merge (person:person {name : upper(line.name)}) 

how can make sure match command returns nodes labels on top of them? returned nodes blank, , have hover on them see names.

  1. near top of box query results, you'll see row of colored node labels. click label interested in.
  2. at bottom of query result box, can select property display on nodes label. if browser window narrow, set of properties may not (completely) fit in single line @ bottom; in case, click triangle on right display properties can select 1 want.

Comments

Popular posts from this blog

php - How can an email be returned from Stripe Checkout? -

SQL php on different pages to Insert (mysqli) -

linked list - Get the index of the Node in a LinkedList which contains the given value in java -