Problem/Motivation

Since we are using facets our views Ajax paging mechanisms started to fail.

Steps to reproduce

- Install this module
- Try using the pager on any views with AJAX enabled. The result will not change.

Proposed resolution

I will post a patch on my next comment.

Comments

BetoAveiga created an issue. See original summary.

betoaveiga’s picture

StatusFileSize
new697 bytes

The patch fixes the issue for views with Ajax paging.

Based on the comments "This only applies when the method is POST." I hope that the fix does not break any facets' functionality.

csmdgl’s picture

jim22’s picture

Thank you @csmdgl + @betoaveiga. Patch #3 appears to have solved my AJAX+Pager issues on Views with Facets. My issue was that the ajax pager was ignoring the active facets and just loading all the content.

Drupal core 10.4.6
Facets 3.0.0
patch from #3