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.  * 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]
