You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
yes, there's no pagination included in the headless search result output. But I'm not sure what you expect here. The pagination generated by TYPO3 would not help you because the pagination links won't work in your frontend.
So from my point of view you would need to build your own pagination. You are getting the number of search results in the headless result and you can request a certain page of the search results using the ´page´ parameter. The number of search results per page can be set in the plugin in the backend.
Does this help you? Or what would like to see in the headless output?
just opened the issue, because of the case is in the code & that it is not working.
I already work with the paging in headless, but the pagination result could also have more or instant information, that was already calculated in backend without reprocess it in the frontend.
Hi,
this part:
https://github.com/tpwd/ke_search/blob/db762836a3fcac00ade7b6da469ec62991b48a6a/Classes/Plugins/ResultlistPlugin.php#L121C24-L121C35
Will not serialize the Pagination class / part.
Thanks!
The text was updated successfully, but these errors were encountered: