Skip to content

Feature request: parity between RETURN <node> and RETURN <relationship> #57

@ntjess

Description

@ntjess

For the query MATCH (A)-[r]->(B), RETURN r will provide the full dict of attributes. It would be nice to see the same behavior when returning nodes, e.g. having RETURN A provide all node info. Currently, the returned attribute is only the name, and undefined when name is not part of the matching (as in the karate club example match).

In the meantime, is there any way to request GrandCypher to return all attributes of the matched node?

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workinglanguage

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions