Skip to content

Running queries for multiple labels #2002

@ishaan812

Description

@ishaan812

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    questionFurther information is requested

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions