Followup fix for bug introduced in the fix for #506; date-based pagination was still passing view-specific parameters into the query, causing a failure if a sort order was specified (as well as the edge case of passing in count which is overridden by date anyway but is still allowed)
Summary
Followup fix for bug introduced in the fix for #506; date-based pagination was still passing view-specific parameters into the query, causing a failure if a sort order was specified (as well as the edge case of passing in
count
which is overridden bydate
anyway but is still allowed)