Mocuto commented on issue #1714:
URL: https://github.com/apache/age/issues/1714#issuecomment-2558408618

   Leaving a comment here to ask for any updates on this issue. I see #2082 has 
been approved. The lack of union support, combined with lack of an `all` 
predicate makes querying for paths with edge labels within a specific subset 
very difficult.  To use a modification of the above example, you might be 
interested in any variable length route between two cities that uses either air 
or sea routes:
   
   ```
   path=(:City { name: 'London' })-[:SeaRoute|AirRoute*1..]->(:City { name: 
:'Rotterdam' })
   ```
   
   This sort of path query works fine with Neo4j but I can't figure out a 
workaround with Apache AGE.


-- 
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

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

Reply via email to