dberardo-com opened a new issue, #2091:
URL: https://github.com/apache/age/issues/2091

   i am trying to use the pipe operator similarly to: 
https://neo4j.com/docs/cypher-manual/current/clauses/match/#match-on-multiple-rel-types
   
   MATCH (wallstreet {title: 'Wall Street'})<-[:ACTED_IN|DIRECTED]-(person)
   RETURN person.name
   
   but it gives me syntax error. 
   
   is this operation supported? and if not:
   
   * what are alternatives?
   
   if so: 
   * is it supported for traversal as well, i.e. [:ACTED_IN*|DIRECTED*] 
   
   and more in general: the documentation does not make reference to the cypher 
specification the AGE adheres to. i am going through neo4j doc in order to 
figure that out, but i am not sure why there is no real doc about it on the AGE 
official website.
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@age.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to