diff --git a/docs-2.0/3.ngql-guide/16.subgraph-and-path/1.get-subgraph.md b/docs-2.0/3.ngql-guide/16.subgraph-and-path/1.get-subgraph.md index b0d91ff4ed6..4e78517871e 100644 --- a/docs-2.0/3.ngql-guide/16.subgraph-and-path/1.get-subgraph.md +++ b/docs-2.0/3.ngql-guide/16.subgraph-and-path/1.get-subgraph.md @@ -33,6 +33,7 @@ YIELD [VERTICES AS ] [, EDGES AS ]; - **仅支持**`AND`运算符。 - **仅支持**过滤目的点,点的格式为`$$.tagName.propName`。 +- **支持**过滤边,边的格式为`edge_type.propName`。 - **支持**数学函数、聚合函数、字符串函数、日期时间函数、列表函数中的通用函数和类型转化函数。 - **不支持**聚合函数、Schema 相关函数、条件表达式函数、谓词函数、geo 函数和自定义函数,列表函数中除通用函数以外的函数。