splitbrain / dokuwiki-plugin-data

Add and query structured data in your DokuWiki
http://www.dokuwiki.org/plugin:data
GNU General Public License v2.0
50 stars 34 forks source link

Dataoffset persists with new filters #202

Open vaniwiki opened 7 years ago

vaniwiki commented 7 years ago

Let's say I have 1000 entries in total. Entries with a tag of "New York" total less than one hundred. After clicking "Next page" on the full table listing 100 entries at a time, and choosing "New York" in datacloud, table shows up empty. Why? Because dataofs=100 is still in the URL!

The only fix now is to remove filter/sort. But when dataofs is active, there is no option to remove filter, so one must click another filter first, then remove, then filter again. Very confusing for users.