Iron-E / winvoice-cli

Invoice from the command line!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

`Match::AnyRange`

Iron-E opened this issue · comments

Allow users to specify multiple ranges when querying.

This is not needed, as the following is equivalent:

---
condition: Or
value:
  - condition: InRange
    value:
      - # date range begin
      - # date range end
  - condition: InRange
    value:
      - # date range begin
      - # date range end
  # ... so on