tollwerk / TYPO3-ext-tw_lucenesearch

Simple and lightweight implementation of the Apache Lucene Index as frontend search solution for TYPO3. Created by Joschi Kuphal (@jkphl), licensed under the terms of the GPL v2 license.
http://typo3.org/extensions/repository/view/tw_lucenesearch/
GNU General Public License v2.0
4 stars 3 forks source link

Searchterm in Pagination #10

Closed GerDner closed 10 years ago

GerDner commented 10 years ago

If pagination is used, the page links doesn't have any info about the actual search. So if i click on the second page, the search is lost and the result is empty.

https://review.typo3.org/#/c/22432/

I'm i right? Or is there any code i missed to prevent this behavior ?

cdfre commented 10 years ago

As a workaround change the form method to GET for the searchbox until the core issue is resolved.