As someone asked, do you actually have a *label* named NODE_NAME? If NODE_NAME is a property you'll have to query it differently.
~A On Wed, Jul 2, 2014 at 4:25 PM, Alx <[email protected]> wrote: > Michael, > > It is so bizarre! Both of your queries return results but when I query > nodes with a specific label (MATCH (n:`NODE_NAME`) RETURN n LIMIT 25) I > get nothing! Do you think it might have to do with some configuration. I > have auto-indexing enabled > > -Alex > > > On Wednesday, July 2, 2014 3:26:37 PM UTC-4, Michael Hunger wrote: > >> try to run >> >> match (n) return n limit 25 >> >> or >> match (n) return count(*) >> >> check out my blog post: http://jexp.de/blog/2014/06/styling-neo4j-server- >> visualisation/ >> >> You didn't accidentally delete the database underneath? O reconfigured >> the location? >> >> Am 02.07.2014 um 16:20 schrieb Alx <[email protected]>: >> >> 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. >> >> >> -- > 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. > -- 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.
