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

c++ - No viable overloaded operator for references a map -

java - Custom OutputStreamAppender not run: LOGBACK: No context given for <MYAPPENDER> -

java - Cannot secure connection using TLS -