-
Notifications
You must be signed in to change notification settings - Fork 470
Closed
Labels
questionFurther information is requestedFurther information is requested
Description
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?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
questionFurther information is requestedFurther information is requested