List pagination does not work correctly with filters

jfquestiaux

Well-Known Member
I have a list with a few hundredth records.
If use the filters of the elements (dropdowns, autocomplete,...), I can navigate from one page to another after filtering.

But I have also an alphabetical filter (from the code found in the wiki). The link is like:
HTML:
index.php?option=com_fabrik&view=list&listid=42&Itemid=299&resetfilters=1&prospects___lastname[value]=B%25&prospects___lastname[condition]=LIKE

The filter itself works fine but if there is more than one page, going to the next page gives me all the records again or unpredicable results (the filtered letter + one or two extra pages).

Tested with GitHub 1323
 
Hmmm, I'm not sure that's ever going to work in combination with regular filters.

Can you point me at the page, and make sure Fabrik debug is enabled?

Basically, I think the combination of resetfilters=1 on your custom query string filtering isn't going to jive with pagination, when combined with regular filters / session filters.

-- hugh
 
We are in need of some funding.
More details.

Thank you.

Members online

Back
Top