georgringer / news

TYPO3 Extension news
GNU General Public License v2.0
264 stars 358 forks source link

News v11.3.0 search results: empty 2nd page [pagination] #2347

Open wolfgang007 opened 7 months ago

wolfgang007 commented 7 months ago

Current Behavior Hi guys, the pagination for list view works great. But on search results the 2nd, 3rd,.. page is empty.

Any ideas? or is this a bug?

Thx for help.

Environment

h-e-l-l-o-w-o-r-l-d commented 4 months ago

If you use the bootstrap templates, just overwrite the SearchForm template and add method="get" to the form:

<n:searchForm class="news-search-form" object="{search}" name="search" pageUid="{settings.listPid}" method="get">

See https://github.com/georgringer/news/issues/2486