Re: [Neo4j] How To Solve 500 internal server error

2014-03-04 Thread Sukaant Chaudhary
Thanks Michael, it worked fine for me. -Sukaant Chaudhary [image: linkedinbutton] On Tue, Mar 4, 2014 at 2:16 PM, Michael Hunger < michael.hun...@neopersistence.com> wrote: > use single quotes within the cypher statement or a parameter

Re: [Neo4j] How To Solve 500 internal server error

2014-03-04 Thread Michael Hunger
use single quotes within the cypher statement or a parameter for "PERMANENT" Am 04.03.2014 um 08:37 schrieb Sukaant Chaudhary : > Hi, > I'm using following query and parameter: > { > "query": "START m=node({unode}) OPTIONAL MATCH > (m)-[r:FOLLOWED_BY|CREATED_BY|FOLLOW_PENDING]->(n)-[l:LOCAT

[Neo4j] How To Solve 500 internal server error

2014-03-03 Thread Sukaant Chaudhary
Hi, I'm using following query and parameter: { "query": "START m=node({unode}) OPTIONAL MATCH (m)-[r:FOLLOWED_BY|CREATED_BY|FOLLOW_PENDING]->(n)-[l:LOCATION]->(t) WITH r, n, l, t WHERE has(n.timeBoardName) AND n.timeBoardName =~ {tbname} AND has(l.locationType) AND l.locationType = "PERMANENT"