filter_match.Rd
Specify a match filter
filter_match( query, field, match, bool = c("must", "filter", "must_not", "should") )
query | a |
---|---|
field | field name (see |
match | a string to match |
bool | one of "must", "filter", "must_not", "should" (see here) |