added ** to readme

This commit is contained in:
ston1th 2017-07-09 20:15:21 +02:00
commit 6d41615250

View file

@ -66,6 +66,9 @@ data = [{str1 42 true {s1 {1}}} {str2 42 true {s2 {2}}}]
### Wildcard match
Wildcard operator: `*`
To match the `'*'` character use: `**`
```
filter.NewQuery("String:s*", filter.OR).Filter(&data)