Skip to content

Commit

Permalink
Update 2.match.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cooper-lzy authored Jan 18, 2022
1 parent e14beff commit 6f8ec7d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ MATCH <pattern> [<clause_1>] RETURN <output> [<clause_2>];

!!! compatibility "历史版本兼容性"

从 3.0.0 版本开始,`pattern`支持同时匹配多个 Tag。所以返回属性时,必须额外指定 Tag 名称。即从`RETURN <变量名>.<属性名>`改为`RETURN <变量名>.<Tag名>.<属性名>`。
从 3.0.0 版本开始,为了区别不同 Tag 的属性,返回属性时必须额外指定 Tag 名称。即从`RETURN <变量名>.<属性名>`改为`RETURN <变量名>.<Tag名>.<属性名>`。

## 示例

Expand Down

0 comments on commit 6f8ec7d

Please sign in to comment.