Hi Guys,
Been playing around with Neo4j 1.8 stable on Linux 32-bit.
Have a small issue with Neo4j and the Web Interface.
ISSUE:
I have deleted all nodes accept Node0 from the database using Neography (Ruby lib) but when I check the web interface it still shows me that some nodes / properties persist.
I have done a query using Cypher ie. "START n=Node(*) RETURN n" and this correctly only returns Node0.
Any ideas why the Web interface Node count doesn't tally with with my Cypher Query above.
Any thoughts would be much appreciated.
See ya,
Neil.
--