Re: [I] Cypher query to exlude subpaths (or return only full paths) [age]

2024-05-18 Thread via GitHub


github-actions[bot] commented on issue #1464:
URL: https://github.com/apache/age/issues/1464#issuecomment-2119036167

   This issue was closed because it has been stalled for further 7 days with no 
activity.


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



Re: [I] Cypher query to exlude subpaths (or return only full paths) [age]

2024-05-18 Thread via GitHub


github-actions[bot] closed issue #1464: Cypher query to exlude subpaths (or 
return only full paths)
URL: https://github.com/apache/age/issues/1464


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



Re: [I] Cypher query to exlude subpaths (or return only full paths) [age]

2024-05-10 Thread via GitHub


github-actions[bot] commented on issue #1464:
URL: https://github.com/apache/age/issues/1464#issuecomment-2105397029

   This issue is stale because it has been open 45 days with no activity. 
Remove "Abondoned" label or comment or this will be closed in 7 days.


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



Re: [I] Cypher query to exlude subpaths (or return only full paths) [age]

2024-01-10 Thread via GitHub


rafsun42 commented on issue #1464:
URL: https://github.com/apache/age/issues/1464#issuecomment-1885373522

   @FrancescoSillani 
   
   Assuming, your scenario is- `A -> [R] -> B -> [R] -> C`, please refer to the 
documentation on [variable length 
edges](https://age.apache.org/age-manual/master/clauses/match.html#variable-length-edges).
 You can MATCH paths with exactly 2 edges using `(t1)-[:R*2]->(t2)`.


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



Re: [I] Cypher query to exlude subpaths (or return only full paths) [age]

2024-01-10 Thread via GitHub


rafsun42 commented on issue #1464:
URL: https://github.com/apache/age/issues/1464#issuecomment-1885365477

   @FrancescoSillani 
   
   Given you scenario, does this path `A -> B -> C` exists?


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