Ver Fonte

Add cypher sample

Alex Dima há 3 anos atrás
pai
commit
45175a565a
1 ficheiros alterados com 3 adições e 0 exclusões
  1. 3 0
      website/index/samples/sample.cypher.txt

+ 3 - 0
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