Params wrong when clicking on link from Year in Review page

When I select a link from the donut chart from my year in review(https://www.inaturalist.org/stats/2018/jss367) the resulting page isn’t correct. For example, on the identifications donut chart on the right I can click on Leading, Supporting, or Improving. Depending on what I click on, the URL will be different, but the page doesn’t have any results. Here is the URL for supporting: https://www.inaturalist.org/identifications?for=others&current=true&category=supporting&d1=2018-01-01&d2=2018-12-31&user_id=jss367
and here it is for improving: https ://www.inaturalist.org/identifications?for=others&current=true&category=improving&d1=2018-01-01&d2=2018-12-31&user_id=jss367, but on both on them no data come up and it incorrectly (wrong user, wrong category) lists the params as:

Params

  • taxon_id=1234
  • user_id=kueda
  • category=maverick
  • current=false|any Default: true
  • for=self|others|any Default: any

i think the listing of parameters that you’re noting are just the model parameters. regardless, i don’t see a problem right now. maybe it’s time to close this?

(just guessing, but maybe the problem you saw was similar to this: https://forum.inaturalist.org/t/api-identifications-including-observed-d1-or-observed-d2-returns-no-results/8748)