Uria1 commented on issue #102:
URL: https://github.com/apache/incubator-age/issues/102#issuecomment-894706162
thanks!
regarding the optional match... what I'm trying to do is find out if certain
nodes exist.
i.e.
```
MATCH (a:country {name:'Italy'})
MATCH (b:country {name:'France'})
return a,b
```
In case both nodes exist, I get both returned which is fine. However, if
only one node exist I get nothing back.
Is there a way around it?
--
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]