无法通过版本3.2.2的neo4j浏览器设置嵌套参数 [英] Unable to set nested parameters through the neo4j browser with version 3.2.2

查看:162
本文介绍了无法通过版本3.2.2的neo4j浏览器设置嵌套参数的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我打开了neo4j浏览器,并尝试运行以下查询:

I've opened the neo4j browser and tried to run the following query:

:params {"uidLeft": "asdf1", "uidRight": "asdf2", "type": "KNOWS", props:{uid:"rel1"}}

然后出现以下错误:

无法解析输入.用法::param "x": 2. SyntaxError:预期为,",}"或键,但找到"{".

Could not parse input. Usage: :param "x": 2. SyntaxError: Expected ",", "}" or key but "{" found.

是否应该支持嵌套属性?

Are nested properties supposed to be supported?

以下是屏幕截图:

推荐答案

尝试删除不需要的外部括号:

Try removing the outer parenthesis, that shouldn't be needed:

:params "uidLeft": "asdf1", "uidRight": "asdf2", "type": "KNOWS", props:{uid:"rel1"}

这篇关于无法通过版本3.2.2的neo4j浏览器设置嵌套参数的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆