From edd5fa0cf74aa861149970c2314633cb7ada9dfa Mon Sep 17 00:00:00 2001 From: annie_wangli Date: Fri, 7 Jan 2022 14:13:41 +0800 Subject: [PATCH 1/2] update cods Signed-off-by: annie_wangli --- en/application-dev/reference/apis/js-apis-data-rdb.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/en/application-dev/reference/apis/js-apis-data-rdb.md b/en/application-dev/reference/apis/js-apis-data-rdb.md index 2dff3ab63cb..607d4f28a3c 100644 --- a/en/application-dev/reference/apis/js-apis-data-rdb.md +++ b/en/application-dev/reference/apis/js-apis-data-rdb.md @@ -972,7 +972,7 @@ Sets the **RdbPredicates** to match the specified string.

Yes

-

Value to match the RdbPredicates.

+

Value to match the RdbPredicates.
Wildcards are supported. The asterisk (*) indicates zero, one, or more digits or characters. The question mark (?) indicates one digit or character.

@@ -989,7 +989,7 @@ Sets the **RdbPredicates** to match the specified string.

RdbPredicates

-

RdbPredicates object that matches the specified field.

+

RdbPredicates object that matches the specified string.

@@ -2639,4 +2639,3 @@ Defines a bucket to store key-value pairs. - -- Gitee From c4c10fb8e416e0931388eccd17af3040513391b4 Mon Sep 17 00:00:00 2001 From: annie_wangli Date: Fri, 7 Jan 2022 14:34:47 +0800 Subject: [PATCH 2/2] update docs Signed-off-by: annie_wangli --- en/application-dev/reference/apis/js-apis-data-rdb.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/application-dev/reference/apis/js-apis-data-rdb.md b/en/application-dev/reference/apis/js-apis-data-rdb.md index 607d4f28a3c..50977a3f7b8 100644 --- a/en/application-dev/reference/apis/js-apis-data-rdb.md +++ b/en/application-dev/reference/apis/js-apis-data-rdb.md @@ -972,7 +972,7 @@ Sets the **RdbPredicates** to match the specified string.

Yes

-

Value to match the RdbPredicates.
Wildcards are supported. The asterisk (*) indicates zero, one, or more digits or characters. The question mark (?) indicates one digit or character.

+

Value to match the RdbPredicates.
Wildcards are supported. The asterisk (*) represents zero, one, or more numbers or characters. The question mark (?) represents a single number or character.

-- Gitee