Yep, the syntax changed between milestones.

Docs are here: http://docs.neo4j.org/chunked/snapshot/cypher-query-lang.html

Expect more and more radical changes ahead :)

Michael

Am 04.11.2011 um 17:16 schrieb andrew ton:

> 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

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

Reply via email to