Skip to content

Commit 5e5bbd2

Browse files
fix readme
1 parent 6ce66cd commit 5e5bbd2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

querybuilder/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22
This package is a Golang Rule Evaluator for [jQuery QueryBuilder](https://querybuilder.js.org/index.html)
33

44
You will use the Evaluator to check if a dataset matches the JSON rules produced by the jQuery QueryBuilder plugin.
5+
56
Dataset is a map of the type `map[string]interface{}`
7+
68
You can access nested fields with a dot notation. e.g. fields.Question to access {'fields' => {'Question' => 'Answer'}}
79

810
## Example usage
@@ -38,6 +40,7 @@ func main(){
3840

3941
## Operators
4042
All the default operators have been implemented, see in `/operators` folder
43+
4144
You can easily add custom operators, see:
4245

4346
```golang

0 commit comments

Comments
 (0)