imranzaheer612 commented on issue #428:
URL: https://github.com/apache/age/issues/428#issuecomment-1365070758

   This is an error. Because in the doc. 
   
   * First the node is created using `n:label`
   * But then we are matching nodes using `n:lable`  
   
   This will give diff results and I guess it needs to be corrected.
   
   ![WhatsApp Image 2022-12-26 at 3 15 04 
PM](https://user-images.githubusercontent.com/62287456/209537393-468063d9-3ea7-4d9f-97fa-f42ace84a391.jpeg)
   
   * This could also be right in a way,  as these code blocks are independent 
from each other. In this code block we also used  `a.property = 'Node A'` but 
we didn't define a such node in the former code, the user has to do this by 
himself. So we should take this  code blocks as general block for making an edge


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