From 177a097fe2924c00e08023949a9ff3a5f78b0dcf Mon Sep 17 00:00:00 2001 From: foesa <35463247+foesa-yang@users.noreply.github.com> Date: Fri, 2 Dec 2022 16:32:30 +0800 Subject: [PATCH] Update 5.lookup.md --- docs-2.0/3.ngql-guide/7.general-query-statements/5.lookup.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs-2.0/3.ngql-guide/7.general-query-statements/5.lookup.md b/docs-2.0/3.ngql-guide/7.general-query-statements/5.lookup.md index c0fed0df54a..c601d942f93 100644 --- a/docs-2.0/3.ngql-guide/7.general-query-statements/5.lookup.md +++ b/docs-2.0/3.ngql-guide/7.general-query-statements/5.lookup.md @@ -54,10 +54,12 @@ YIELD [AS ]; The `WHERE` clause in a `LOOKUP` statement does not support the following operations: - `$-` and `$^`. +- Filter `rank()`. - In relational expressions, operators are not supported to have field names on both sides, such as `tagName.prop1> tagName.prop2`. - Nested AliasProp expressions in operation expressions and function expressions are not supported. - The `XOR` operation is not supported. - +- String operations other than `STARTS WITH` are not supported. +- Graph patterns. ## Retrieve vertices