filter_terms.RdSpecify a terms filter
filter_terms( query, field, terms, bool = c("must", "filter", "must_not", "should") )
| query | a |
|---|---|
| field | field name (see |
| terms | a string or vector of strings to exact match |
| bool | one of "must", "filter", "must_not", "should" (see here) |