afidegnum opened a new issue #153:
URL: https://github.com/apache/incubator-age/issues/153


   I tried obtaining a nested value between the parent uniquely and all it's 
children. 
   
   the following query returns empty on children. 
   ```
   
   SELECT * from cypher('text_test', $$
             MATCH (V)-[R:connect]->(V2)
             RETURN V,collect(V2.tag)
   $$) as (V agtype, V2 agtype);
   ```
   
   
   
   ```
   
{"id":844424930131987,"label":"node","properties":{"tag":"div","attrib":"{\"id\":
 \"second\", \"class\": \"below\"}"}} | []
   -- | --
   
{"id":844424930131973,"label":"node","properties":{"tag":"body","attrib":"null"}}
 | []
   
{"id":844424930131970,"label":"node","properties":{"tag":"head","attrib":"null"}}
 | []
   
{"id":844424930131985,"label":"node","properties":{"tag":"div","attrib":"{\"id\":
 \"innertwo\"}"}} | []
   
{"id":844424930131978,"label":"node","properties":{"tag":"div","attrib":"{\"id\":
 \"idone\", \"class\": \"classone\"}"}} | []
   
{"id":844424930131974,"label":"node","properties":{"tag":"ul","attrib":"{\"class\":
 \"menu\"}"}} | []
   
{"id":844424930131988,"label":"node","properties":{"tag":"div","attrib":"{\"class\":
 \"inner\"}"}} | []
   
{"id":844424930131983,"label":"node","properties":{"tag":"div","attrib":"{\"id\":
 \"innerone\"}"}} | []
   
{"id":844424930131979,"label":"node","properties":{"tag":"ul","attrib":"{\"class\":
 \"listing\"}"}} | []
   
{"id":844424930131969,"label":"node","properties":{"tag":"html","attrib":"{\"lang\":
 \"en\"}"}} | []
   
   
   ```


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to