Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
Hi,
I was just looking into indexes in Neo4j, and so was reading the intro guide:
https://neo4j.com/docs/getting-started/current/cypher-intro/schema/
In there it has the cypher statement:
CALL db.indexes
YIELD description, label, properties;
But I think the db.indexes procedure may have changed, in that the labels column doesn't seem to be in the results returned?
I'm running version 3.5.2 of Neo4j, so I think that's correct for the documentation?
Not a big issue, but thought I'd mention it.
Cheers,
Matt