Feature Request: ability to filter using 'between' method
pmccarren opened this issue · 2 comments
pmccarren commented
Feature Request: ability to filter using 'between' method
pmccarren commented
Looks like between
support previously was half implemented and then removed.
Ref: conversation in #24 / #24 (comment)
Carghaez commented
Why implement "between" operator when you can have the same functionality through the combination of:
- gte + lte
- gt + lte
- gte + lt
- gt + lt