Just backquote them, like this: > match (n) where n.`Package Name`="abc" return n;
Same goes with labels, rel-types etc. see: http://neo4j.com/docs/stable/cypher-expressions.html <http://neo4j.com/docs/stable/cypher-expressions.html> Michael > Am 18.03.2015 um 07:40 schrieb Gaurav gaur <[email protected]>: > > Hi > I want to write a cypher query to do some look up, but i am facing problems > because few of my property key name are multi-word . I don't know how to > specify them in cypher query. > For example i want to do something like this. : > match (n) where n.Package Name="abc" return n; > but neo4j is giving errors for this. > I can't re create the whole graph as it is very big . Please give some remedy > to this. > Thanks > Gaurav Gaur > > -- > 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] > <mailto:[email protected]>. > For more options, visit https://groups.google.com/d/optout > <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.
