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.

Neo4j Browser cheat sheet

Neo4j Browser is primarily a Cypher repl.

Help

See available help topics:

:help

Help about keyboard shortcuts:

:help keys

Help listing of command topics:

:help commands

Query Parameters

Help about params:

:help params

See the current query parameters:
:params

Set a parameter named actor to the value "Tom Hanks":

:params actor => "Tom Hanks"

Use foo in a query:

MATCH (n:Person) WHERE n.name = $actor RETURN n 

Cheers,
ABK

ps. This is a live post. I'll update with more details as I come across questions which could use a bit of reference material. Got questions about Neo4j Browser? Ask away.

0 REPLIES 0