esbenp/bruno

Feature Request: ability to filter using 'between' method

pmccarren opened this issue · 2 comments

Feature Request: ability to filter using 'between' method

Looks like between support previously was half implemented and then removed.
Ref: conversation in #24 / #24 (comment)

Why implement "between" operator when you can have the same functionality through the combination of:

  • gte + lte
  • gt + lte
  • gte + lt
  • gt + lt