According to my other question (bug) which has been solved, now the result contains the right number of daily or weekly questions of the corresponding tag.

But when i change the PageSize or move to the another page, the filter days=1 / days=7 is lost and all questions are included in the result.

I think the days-Filter should be preserved, when i want to page through all daily/weekly questions.

Steps to reproduce:

  1. Open Tag page
  2. Select 722 asked today from C# tag -> Result shows 776 questions tagged
  3. Go to Page 2. or change PageSize -> Result shows 420,208 questions tagged
share|improve this question
Bug hunter, eh? :) – Sha Wiz Dow Ard Feb 21 at 8:38
yeah, i´m trying to improve my bug reporting quality :-) – Jehof Feb 21 at 8:39

1 Answer

up vote 3 down vote accepted

The days value was not passed on in a single point, causing it to not propagate to the paging code.

Fixed and will be there in the next build.

share|improve this answer

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged