标签: neo4j cypher
我想对neo4j进行一个匹配简单正则表达式的密码查询,但即使属性'domeniu'存在且返回的字符串包含我正在搜索查询的子字符串:match (n)-[r]-() where r.domeniu =~ '.*Baruri.*' return n不起作用。 我附上了一张图片来说明我的困境。
match (n)-[r]-() where r.domeniu =~ '.*Baruri.*' return n