From daa8cc49dc31eefb54ac2d46cf872d1e2711c951 Mon Sep 17 00:00:00 2001 From: foesa <35463247+foesa-yang@users.noreply.github.com> Date: Fri, 18 Nov 2022 17:09:28 +0800 Subject: [PATCH] Update optional-match.md --- .../7.general-query-statements/optional-match.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs-2.0/3.ngql-guide/7.general-query-statements/optional-match.md b/docs-2.0/3.ngql-guide/7.general-query-statements/optional-match.md index 69885a3a402..5dca761e716 100644 --- a/docs-2.0/3.ngql-guide/7.general-query-statements/optional-match.md +++ b/docs-2.0/3.ngql-guide/7.general-query-statements/optional-match.md @@ -1,5 +1,9 @@ # OPTIONAL MATCH +!!! caution + + The feature is still in beta. It will continue to be optimized. + The `OPTIONAL MATCH` clause is used to search for the pattern described in it. `OPTIONAL MATCH` matches patterns against your graph database, just like `MATCH` does. The difference is that if no matches are found, `OPTIONAL MATCH` will use a null for missing parts of the pattern. ## OpenCypher Compatibility @@ -36,4 +40,4 @@ nebula> MATCH (m)-[]->(n) WHERE id(m)=="player100" \ | "player100" | "player125" | "team204" | | "player100" | "player125" | "player100" | +-------------+-------------+-------------+ -``` \ No newline at end of file +```