Hi Andrés,

$queryText = "START n=(1) match a-[:'Staat in']->n return a";

0 results

$queryText = "START n=(1) match n-->a return a";

104 results

A bug in neo4jphp?

Greetings,
Filip

2011/9/19 Andres Taylor <[email protected]>

> On Mon, Sep 19, 2011 at 3:45 PM, F. De Haes <[email protected]> wrote:
>
> > - Relation types give problems in Cypher when they contain a blank space.
> > Correct?
> >
>
> Not really. You can write like this:
>
> START a = (0)
> MATCH a-[:`Type with space`]->b
> RETURN b
>
> Does that help?
>
> Andrés
> _______________________________________________
> 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