Commit 0f9969d
authored
FIX: Add end_date to query to restrict future file searches (#258)
We only passed in start_date to our query before, but this does
a >= search into the future, which meant that during our I&T testing
when more files are uploaded and in the future, we can accidentally
match on them. We only want the specific day of this file, so add
the end_date parameter as well.1 parent b76c7b3 commit 0f9969d
1 file changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
528 | 528 | | |
529 | 529 | | |
530 | 530 | | |
| 531 | + | |
| 532 | + | |
531 | 533 | | |
532 | 534 | | |
533 | 535 | | |
| |||
0 commit comments