Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow date filtering of before and after a given date #30

Open
drewthorp opened this issue May 14, 2019 · 1 comment
Open

Allow date filtering of before and after a given date #30

drewthorp opened this issue May 14, 2019 · 1 comment

Comments

@drewthorp
Copy link
Collaborator

As a user I want to be able to filter on before or after a date as well as on a date or between a date range.
Because I want to be able retrieve all unprocessed records before a given date (The after is just for completeness).

  • It's done when wherever you can use on <date identifier> or between <date identifier> and <date identifier> you can also use before <date identifier>.
  • It's done when wherever you can use on <date identifier> or between <date identifier> and <date identifier> you can also use after <date identifier>.
@timgentry
Copy link
Contributor

For maximum flexibility, you should also be able to use before <date identifier> and after <date identifier> and after <date identifier> and before <date identifier>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants