ishaan812 opened a new issue, #2002:
URL: https://github.com/apache/age/issues/2002
Hey, sorry for the newbie question. Was trying to run a match query on
multiple labels, like
`
SELECT * FROM cypher('weber', $$
MATCH (n)
WHERE n:Flow OR n:ActionEntity
RETURN n
ORDER BY n.updated_at ASC
LIMIT 10
$$) AS (V agtype);
`
Scoured the docs and also the tests for some instance of them doing this. Is
this not supported?
--
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]