- Issue created by @divined
- 🇧🇬Bulgaria divined
Additional important info. Search API view. Mbe related to the search API module.
- 🇧🇬Bulgaria divined
No page data in the request->query, only in th request->request.
PagerParameters.php:67 -> tried to get current page from the request->query.
- 🇮🇳India arunkumark Coimbatore
I have verified the shared scenarios with the Drupal core 9.5.6 version. Unable to replicate the issue. Seems invalid.
Shared steps below,
- Created View for the Nodes(content)
- Added exposed filter for Title and Authored by
- Enabled AJAX for the view.
- Used Full pager for the Pagination
- Accessed view page.
- Filter the by Author and accessed the Next page
- Accessed newxt page
- Status changed to Postponed: needs info
over 1 year ago 8:18am 7 April 2023 - 🇳🇱Netherlands Lendude Amsterdam
Yeah the steps in the IS seem to be missing something that would cause this to break, just having an ajax pager and an exposed filter doesn't trigger this
- 🇯🇴Jordan yahyaalhamad Palestine
I can confirm, this issue is happening to me, when disabling the 'search_api' module, the pager works again. It is related to the search_api module.