ElevatoDigital / dewdrop

Dewdrop makes writing complex WordPress plugins simpler by providing a sensible project layout and developer tools.
Other
11 stars 3 forks source link

Return to page 1 of results when filtering changed #77

Closed stevepowell2000 closed 8 years ago

stevepowell2000 commented 8 years ago

Say you have a tabular list of data that is paginated across 50 pages. Now I apply a filter to that data..perhaps creation date > 1/1/2005. This yields 30 pages of data. Next I click thru the content and end up on page 28. I notice something thre and maybe want to apply another filter. So I add another filter. perhaps quantity > 1. Doing this yields 6 pages of data. but the screen appears blank because it thinks I'm still on page 28.

I would expect to be returned to the first page of the results when I change the filter. Column sorting should remain as is, but staying on page 28 would yield unexpected results.

griffbrad commented 8 years ago

Fixed in 1.6.4.