Skip to content

Graph query result displays the wrong field as node name. #2010

@ninjadude333

Description

@ninjadude333

When using a simple cypher like :

MATCH (v:Vendor {name: 'HashiCorp'})-[:MAKES]->(p:Product)
RETURN v, p

i get the correct results referencing the relations, but the target nodes are displaying the "categories" field, and not the "name" field,
cant find any way to change that.

Image

this is the version info from the About Neo4j:

You are running
Neo4j Browser version: 2025.6.0
Neo4j Server version: 2025.06.2 (community)
Neo4j Browser Changelog
Build number: 245
Build date: 6/13/2025

i am running this instance on docker using neo4j:latest image.

any ideas ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions