1
我想搜索Neo4j中的屬性,但它失敗。 這裏是代碼:密碼查詢無法匹配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
屬性存在,節點也存在。
任何人有任何想法?