Remember, NODE_NAME is just the label you have attached to that node, not a property of the node. i.e. you need to have attached the label of Person to the node, not the property of name to filter on using MATCH with Labels.
On Wed, Jul 2, 2014 at 3:22 PM, Richard L. Burton III <[email protected]> wrote: > Have you tried > > MATCH (n:NODE_NAME) RETURN n LIMIT 25 > > > On Wed, Jul 2, 2014 at 10:20 AM, Alx <[email protected]> wrote: > >> 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. >> > > > > -- > -Richard L. Burton III > @rburton > > -- > 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. > -- Alexander Frieden -- 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.
