Works for me:

http://neo4j-console-21.herokuapp.com/?id=hfsyy1 
<http://neo4j-console-21.herokuapp.com/?id=hfsyy1>

Perhaps you can provide a small dataset that generates the error?

Thanks a lot

Michael

> Am 29.01.2015 um 05:52 schrieb Alexepus <[email protected]>:
> 
> Even so simple query generates that error:
> START n=node(104900)   
> OPTIONAL MATCH (n)-[r]-()   
> WHERE not (type(r) in ['Dossier', 'Diary'])   
> REMOVE r.IsIndexed   
> RETURN id(n)
> 
> while next two queries do not:
> START n=node(104900)   
> OPTIONAL MATCH (n)-[r:Dossier|Diary]-()   
> REMOVE r.IsIndexed   
> RETURN id(n)
> 
> START n=node(104900)   
> OPTIONAL MATCH (n)-[r]-()   
> WHERE not (type(r) in ['Dossier', 'Diary'])   
> REMOVE n.IsIndexed   
> RETURN id(n)
> 
> 
> -- 
> You received this message because you are subscribed to the Google Groups 
> "Neo4j" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to [email protected] 
> <mailto:[email protected]>.
> For more options, visit https://groups.google.com/d/optout 
> <https://groups.google.com/d/optout>.

-- 
You received this message because you are subscribed to the Google Groups 
"Neo4j" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to