Closed kanow closed 4 years ago
Setting addQueryStringMethod
in f:widget.paginate
could help but in TYPO3 10 no longer can't set addQueryStringMethod
to POST: https://forge.typo3.org/issues/88755
I'm working on refactoring the pagination for the list and search action. I change it to the new TYPO3 paginator API. That should be fix the problem.
Removing old Fluid Widget and using the new pagination API of TYPO3 solve this issue. Use develop Branch to test it. I will do a new release in the next days.
On paginated result after using the search form, the search params are lost after clicking next page or similar.
Fluid widget pagination doesn't respect the search params.