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 #9

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.

jkphl commented 10 years ago

Thanks for this valuable comment, @cdfre! Yes, this is not an extension error — we experienced the problem as well in the past, but surprisingly not with every installation (as far as I remember). I never took the time to dig into this though, just switched to GET as you suggested, everything worked fine then (except the ugly URLs ... uuuags ..). Cheers, Joschi