We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ce66cd commit 5e5bbd2Copy full SHA for 5e5bbd2
querybuilder/README.md
@@ -2,7 +2,9 @@
2
This package is a Golang Rule Evaluator for [jQuery QueryBuilder](https://querybuilder.js.org/index.html)
3
4
You will use the Evaluator to check if a dataset matches the JSON rules produced by the jQuery QueryBuilder plugin.
5
+
6
Dataset is a map of the type `map[string]interface{}`
7
8
You can access nested fields with a dot notation. e.g. fields.Question to access {'fields' => {'Question' => 'Answer'}}
9
10
## Example usage
@@ -38,6 +40,7 @@ func main(){
38
40
39
41
## Operators
42
All the default operators have been implemented, see in `/operators` folder
43
44
You can easily add custom operators, see:
45
46
```golang
0 commit comments