Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
03-01-2021 01:45 AM
Neo4j Browser is primarily a Cypher repl.
See available help topics:
:help
Help about keyboard shortcuts:
:help keys
Help listing of command topics:
:help commands
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.
All the sessions of the conference are now available online