Hi,

I'm using Neo4j REST 1.5 -SNAPSHOT. In the console I always get "==>string 
matching regex `(?i)\Qrel\E' expected but `(' found" even I use the basic query 
in the Cypher Cheetsheet like START a = (1) RETURN a ?

Can I use index lookup for a node in the Rest request? For ex: my query is
  {"query": "start school=node:nodes(name=\"MySchool\") match 
(school)-[:locatedIn]->(location), (school)-[:foundedBy]->(founder) return 
school, location, founder"}


Thanks,
_______________________________________________
Neo4j mailing list
[email protected]
https://lists.neo4j.org/mailman/listinfo/user

Reply via email to