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

Adding In Ability To Search By Date Retrieved #67

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

WittierDinosaur
Copy link

Filtering on created_utc makes accurately capturing deltas more difficult, as you can't necessarily lock down time windows in the past, as there's no guarantees data won't be added in the future. In this pull request, I have implemented the ability to add 'retrieved_before' and 'retrieved_after' to the query string, which will work the 'retrieved_on' field the same way that 'before' and 'after' work on the created_utc field.

I have also removed a couple of semicolons from the code that ought not to be there, and ran the code through a linter.

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

Successfully merging this pull request may close these issues.

1 participant