Topic on Extension talk:Zend Search Lucene for MediaWiki

Links in search hits point to nothing

3
MadX (talkcontribs)

Search hit titles are being displayed with text (although rather slowly), but the links provided point to nothing. Inspecting the link properties will find empty values. Anyone have any clues to fix this?

Steviex2 (talkcontribs)

Could you provide a link, so I can see what happens.

MadX (talkcontribs)

Looks like I needed to append "/index.php?title=" to the following setting to make it progress:

#$wgPslWikiUrl = "http://hostname.domain.com:8027";  //before
$wgPslWikiUrl = "http://hostname.domain.com:8027/index.php?title=";  //after

Now the link properties produces the value "http://hostname.domain.com:8027/index.php?title=Special:PslZendSearchLucene?pid=1420&pagpage=1" , but instead of a blank page it now errors out the "No such special page – You have requested an invalid special page" message. Without the "?pid=1420&pagpage=1" appendage the ZSL Search special page appears fine. What do the link URLs suppose to look like and how can we correct this?

Reply to "Links in search hits point to nothing"