Issy Long a23dad737f
Fix constructing search query strings with date ranges
- Both `from` and `to` are now separate keyword arguments
  in a bunch of places, not part of `args`.
- When we switched this around, we didn't realize this
  method needed updating to correctly construct the time
  range query.
- This led to further inaccurate counts in `brew contributions`
  for reviews, since `from` and `to` are not valid search qualifiers
  for the GitHub PR search APIs.
2024-06-02 14:31:18 +01:00
..
2024-04-23 19:10:45 +02:00
2024-04-28 02:37:18 -04:00
2024-05-01 11:35:21 +02:00
2024-05-17 00:23:36 +01:00