Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Path variable is missing from RETURN * output #2341

@LiorKogan

Description

@LiorKogan

RedisGraph 2.4.14, 2.8.11

For each of the following queries:

GRAPH.QUERY g "MATCH (c), (k), p = (c)-[*]-(k) RETURN *"
GRAPH.QUERY g "MATCH (c), (k) MATCH p = (c)-[*]-(k) RETURN *"
GRAPH.QUERY g "MATCH (c), (k) WITH c, k MATCH p = (c)-[*]-(k) RETURN *"

The output contains c and k.
Expected: c, k, and p.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions