better readme
This commit is contained in:
parent
0ebcd6967b
commit
0345e090c3
1 changed files with 8 additions and 8 deletions
16
README.md
16
README.md
|
|
@ -39,22 +39,22 @@ var data = Filter{
|
|||
|
||||
Supported struct field values are:
|
||||
|
||||
* int, int8, int16, int32, int64
|
||||
* float32, float64
|
||||
* string
|
||||
* bool
|
||||
* `int`, `int8`, `int16`, `int32`, `int64`
|
||||
* `float32`, `float64`
|
||||
* `string`
|
||||
* `bool`
|
||||
|
||||
For nested structs:
|
||||
|
||||
* struct
|
||||
* `struct`
|
||||
|
||||
### Filter logic
|
||||
|
||||
Supported logical matching:
|
||||
|
||||
* AND - all of the queries have to match
|
||||
* OR - only one query has to match
|
||||
* NOT - none of the queries have to match
|
||||
* `AND` - all of the queries have to match
|
||||
* `OR` - only one query has to match
|
||||
* `NOT` - none of the queries have to match
|
||||
|
||||
### Explicit match
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue