filter_range.Rd
Specify a range filter
filter_range( query, field, from = NULL, to = NULL, bool = c("must", "filter", "must_not", "should") )
query | a |
---|---|
field | field name (see |
from | the lower value of the range |
to | the upper value of the range |
bool | one of "must", "filter", "must_not", "should" (see here) |