added ** to readme
This commit is contained in:
parent
0345e090c3
commit
6d41615250
1 changed files with 3 additions and 0 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue