Hi,
I was just looking into indexes in Neo4j, and so was reading the intro guide:
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