From 45175a565aa1d83770674dedd1cbf0356922acb4 Mon Sep 17 00:00:00 2001 From: Alex Dima Date: Thu, 21 Jul 2022 13:47:50 +0200 Subject: [PATCH] Add cypher sample --- website/index/samples/sample.cypher.txt | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 website/index/samples/sample.cypher.txt diff --git a/website/index/samples/sample.cypher.txt b/website/index/samples/sample.cypher.txt new file mode 100644 index 00000000..b81b3e2e --- /dev/null +++ b/website/index/samples/sample.cypher.txt @@ -0,0 +1,3 @@ +MATCH (nicole:Actor {name: 'Nicole Kidman'})-[:ACTED_IN]->(movie:Movie) +WHERE movie.year < $yearParameter +RETURN movie