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
プロパティが存在し、ノードも存在します。
誰にもアイデアはありますか?