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 neubauer

GTalk:      neubauer.peter
Skype       peter.neubauer
Phone       +46 704 106975
LinkedIn   http://www.linkedin.com/in/neubauer
Twitter      http://twitter.com/peterneubauer

http://www.neo4j.org              - NOSQL for the Enterprise.
http://startupbootcamp.org/    - Öresund - Innovation happens HERE.



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 only want those d1 and d2 nodes that have a relationship.
>
> I tried
> MATCH p-...path...->(d1), p-...differentpath...->(d2)--(d1)
>
> which is - of course - not working and I could not find anything in the
> documentation.
>
> To be honest I even need to specify the relationship type between d2 and
> d1...
>
> Thanks,
>
> Didi
> _______________________________________________
> Neo4j mailing list
> User@lists.neo4j.org
> https://lists.neo4j.org/mailman/listinfo/user
>
_______________________________________________
Neo4j mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user

Reply via email to