filter_sqs.RdSpecify a "simple query string" filter
filter_sqs( query, fields, string, bool = c("must", "filter", "must_not", "should") )
| query | a |
|---|---|
| fields | field names (see |
| string | a string or vector of strings to exact match |
| bool | one of "must", "filter", "must_not", "should" (see here) |
See here for more. More of the options will be implemented in the future. Adding more options and testing them could be an easy exercise for a contributor's pull request.