我想在 Neo4j 中搜索一个属性,但它失败了。这是代码:
==> "start n=node(*) match n.wordType = {'potent'} return n"
==> ^
neo4j-sh (0)$ start n=node:words(word='*') match n.wordType = 'potent' return n;
==> SyntaxException: failed to parse MATCH pattern
属性存在,节点也存在。
有人有想法么?