pulibrary / pdc_discovery

Princeton Data Commons discovery portal for Research Data
10 stars 0 forks source link

Fixes Plausible issue with downloads #569

Closed hectorcorrea closed 6 months ago

hectorcorrea commented 6 months ago

Fixes a couple of issues in the URL we use to fetch downloads:

  1. We must use == when filtering (instead of =). This bug was introduced while troubleshooting a couple of days ago (see PR https://github.com/pulibrary/pdc_discovery/pull/567)
  2. Add the period parameter to fetch at least 12 months of data since the default value is 30 days!

Moves #568 forward.