-
Notifications
You must be signed in to change notification settings - Fork 5
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
Filter biobliography results by publication date #117
base: master
Are you sure you want to change the base?
Conversation
update minDate to use no limit query
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just a small change about Option. Otherwise it's looking really good. I'd like us to try and get some unit testing around this. Let's discuss next Thursday how we can test this to a) have some tests as documentation and b) make sure we don't introduce any regressions in future when we work in this part of the code.
There does not seem to be any advantage to use two queries to get the total number of publications and the earliest publication date.
add null folder to gitignore
reformat files
update total to include date filter
update minDate to use no limit query