Re: [Neo4j] Cypher: relationship between nodes as condition in WHERE

2011-11-12 Thread D. Frej
Thanks Peter, that worked just fine for me. Am 11.11.2011 22:24, schrieb Peter Neubauer: Hi Didi, is something like http://docs.neo4j.org/chunked/snapshot/query-where.html#where-filter-on-null-values something that could help? Also, there is an example of this in

Re: [Neo4j] Cypher: relationship between nodes as condition in WHERE

2011-11-12 Thread Michael Hunger
you can have optional checks for properties mobile mail please excuse brevity and typos Am 12.11.2011 um 15:16 schrieb D. Frej dieter_f...@gmx.net: ok, in my scenario it did not work due to a WHERE clause I had also included in my query (in short: it lead to a SyntaxException as node where

[Neo4j] Cypher: relationship between nodes as condition in WHERE

2011-11-11 Thread D. Frej
Hi, how can I put the condition relationship between two nodes in the WHERE clause of a Cypher statement? I have the following Cypher (simplified): START p=... MATCH p-...path...-(d1), p-...differentpath...-(d2) and I only want those d1 and d2 nodes that have a relationship. I tried MATCH

Re: [Neo4j] Cypher: relationship between nodes as condition in WHERE

2011-11-11 Thread Peter Neubauer
Hi Didi, is something like http://docs.neo4j.org/chunked/snapshot/query-where.html#where-filter-on-null-values something that could help? Also, there is an example of this in http://docs.neo4j.org/chunked/snapshot/cypher-cookbook.html#_find_people_based_on_similar_favorites Cheers, /peter

Re: [Neo4j] Cypher: relationship between nodes as condition in WHERE

2011-11-11 Thread Andres Taylor
On Fri, Nov 11, 2011 at 8:28 PM, D. Frej dieter_f...@gmx.net wrote: Hi, how can I put the condition relationship between two nodes in the WHERE clause of a Cypher statement? I have the following Cypher (simplified): START p=... MATCH p-...path...-(d1), p-...differentpath...-(d2) and I