It appears as if I have property key that is not attached to anything.
MATCH (n) WHERE EXISTS(n.ter) RETURN DISTINCT "node" as entity, n.ter AS ter LIMIT 25 UNION ALL MATCH ()-[r]-() WHERE EXISTS(r.ter) RETURN DISTINCT "relationship" AS entity, r.ter AS ter LIMIT 25
Is returning:
(no changes, no records)
Any idea of root cause and how to get rid of it with out either a node or relationship attached to it.
Andy
In the link to the utility it mentions this and an official tool with link: From Neo4j 4.0 please use the official tool that has the same capabilities.
If I go to link it gives me a 404 error.
Is there an official tool since the database in question is 4.2.7.