Skip to content

Commit

Permalink
update builder doc
Browse files Browse the repository at this point in the history
  • Loading branch information
caibirdme committed Dec 12, 2020
1 parent 631c4ee commit 258b19d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builder/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,6 @@ BuildUpdate is very likely to BuildSelect but it **doesn't support**:

* _orderby
* _groupby
* _limit
* _having

``` go
Expand All @@ -194,6 +193,7 @@ where := map[string]interface{}{
"x4 <>": "tx2",
},
},
"_limit": uint(10),
}
update := map[string]interface{}{
"role": "primaryschoolstudent",
Expand Down

0 comments on commit 258b19d

Please sign in to comment.