Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

change notes for tag match prerequisites #731

Merged
merged 1 commit into from
Jul 19, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs-2.0/3.ngql-guide/7.general-query-statements/2.match.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,11 +95,11 @@ nebula> SHOW JOB 122;

用户可以在一对括号中使用自定义变量来表示模式中的点。例如`(v)`。

### 匹配Tag
### 匹配 Tag

!!! Note

Tag的索引和属性的索引不同。如果Tag的某个属性有索引,但是Tag本身没有索引,用户无法基于该Tag执行`MATCH`语句。
匹配 Tag 的前提是 Tag 本身有索引或者 Tag 的某个属性有索引,否则,用户无法基于该 Tag 执行 `MATCH` 语句。

用户可以在点的右侧用`:<tag_name>`表示模式中的Tag。

Expand Down