I have seen both this:

START root=node:node_auto_index(name = 'FileRoot')

and this used:

START root=node:node_auto_index('name: FileRoot')

Isn't the second one more appropriate since the first one could be mixed up
with an assignment and the second one looks more like a key:value pair. More
simple to get and you don't have to change syntax style when you are using
*.

START root=node:node_auto_index('name: FileRoot*')

Correct me if I am missing something.

--
View this message in context: 
http://neo4j-community-discussions.438527.n3.nabble.com/CQL-find-by-name-tp3550446p3550446.html
Sent from the Neo4j Community Discussions mailing list archive at Nabble.com.
_______________________________________________
Neo4j mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user

Reply via email to