- 🇳🇱Netherlands johnv
IMO you should use the 'views_post_execute' hook, AND the Sql class should be changed (not overridden - changed), since there are multiple issues with Full Pager and filtering after the SQL query.
The pager info should be generated AFTER the 'views_post_execute'.
I'm pruning all core issues with 'pager'/'pagination' and 'filter'. From all this crowd wisdom someone should have published the best way to correct the problem.