I am running Neo4j 2.1.2. When I am accessing the browser, I am clicking on a node name and the browser runs the default cypher query:
MATCH (n:`NODE_NAME`) RETURN n LIMIT 25 However I get nothing . Only 'Returned 0 rows in 75 ms' etc. This happens with all nodes. I know that the database has nodes. Interestingly I can run other advanced cypher query where I use node properties. Any ideas? -- You received this message because you are subscribed to the Google Groups "Neo4j" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
