From edd5fa0cf74aa861149970c2314633cb7ada9dfa Mon Sep 17 00:00:00 2001 From: annie_wangli Date: Fri, 7 Jan 2022 14:13:41 +0800 Subject: [PATCH] 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 2dff3ab63c..607d4f28a3 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. - -- GitLab