better readme

This commit is contained in:
ston1th 2017-07-09 20:12:22 +02:00
commit 0345e090c3

View file

@ -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