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

Problems with RealUrl and the unique reference #8

Closed GerDner closed 10 years ago

GerDner commented 10 years ago

When the Extension Realurl is installed, the indexer class isn't able to generate a unique reference for the page out of the page id because $_GET['id'] is not set.

Quick workaround is to set $_GET['id'] manually before the unique reference is generated.

jkphl commented 10 years ago

Hi @GerDner, thanks for your report. Are you using the latest TER version of the extension, or a recent GitHub checkout? I thought this problem should've been fixed with commit 92ad93648d2c0bc4bb0ed09461e58130ea511cff, please see here. Does this solve your problem? Cheers, Joschi

GerDner commented 10 years ago

I used the latest TER-Version. I think i try out the latest Github Version. The Commit seems to be the solution.

Thank you very much

jkphl commented 10 years ago

You're welcome! :)