From 258b19d58b5e0a92b8c6aa4e84fb77e7f8df7287 Mon Sep 17 00:00:00 2001 From: caibirdme Date: Sat, 12 Dec 2020 23:17:36 +0800 Subject: [PATCH] update builder doc --- builder/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builder/README.md b/builder/README.md index 83ad9c3..09de682 100644 --- a/builder/README.md +++ b/builder/README.md @@ -176,7 +176,6 @@ BuildUpdate is very likely to BuildSelect but it **doesn't support**: * _orderby * _groupby -* _limit * _having ``` go @@ -194,6 +193,7 @@ where := map[string]interface{}{ "x4 <>": "tx2", }, }, + "_limit": uint(10), } update := map[string]interface{}{ "role": "primaryschoolstudent",