Installation (Extension Installation) Wiki page commented on by cymenvig
- Can't find a method to contact you. If you want the changes (under GPL license of course), please email cymenvig at the wonders of gmail.
Can't find a method to contact you. If you want the changes (under GPL license of course), please email cymenvig at the wonders of gmail.
Dec 04, 2009
Installation (Extension Installation) Wiki page commented on by cymenvig
- I've got a cleaned up version I'll send to you (not sure how else to submit). It does the following:
Add two more configuration variables: wgGSAsite and wgGSAclient so the site and client HTTP GET parameters to the GSA search can be set in the wiki configuration.
For the HTTP GET parameter 'as_sitesearch' use $wgServer . $wgScriptPath instead of just $wgServer. This supports wikis that aren't installed on the HTTP root of the server.
Modify the getTitleSnippet method of GSASearchResult to remove the site name from the title (" - $wgSitename").
Thanks,
Cymen
I've got a cleaned up version I'll send to you (not sure how else to submit). It does the following:
Add two more configuration variables: wgGSAsite and wgGSAclient so the site and client HTTP GET parameters to the GSA search can be set in the wiki configuration.
For the HTTP GET parameter 'as_sitesearch' use $wgServer . $wgScriptPath instead of just $wgServer. This supports wikis that aren't installed on the HTTP root of the server.
Modify the getTitleSnippet method of GSASearchResult to remove the site name from the title (" - $wgSitename").
Thanks,
Cymen
Dec 04, 2009
Installation (Extension Installation) Wiki page commented on by cymenvig
- I figured out that the script assumes that your wiki is going to be on server_name/ while our wikis are spread out like server_name/a/b/d/wiki/wiki_name/. I got it working if I patched the SearchGSA.php with the work arounds. I'll see if I can do it cleanly with the MediaWiki variables.
Cymen
I figured out that the script assumes that your wiki is going to be on server_name/ while our wikis are spread out like server_name/a/b/d/wiki/wiki_name/. I got it working if I patched the SearchGSA.php with the work arounds. I'll see if I can do it cleanly with the MediaWiki variables.
Cymen
Dec 04, 2009
Installation (Extension Installation) Wiki page commented on by cymenvig
- I'm not able to get this working with MediaWiki 1.15.1. I've had to modify the collection and frontend options. I've verified the results are coming back as an XML set. However, no results are displayed. Still looking around but posting in case someone else has already figured out the solution.
Cymen
I'm not able to get this working with MediaWiki 1.15.1. I've had to modify the collection and frontend options. I've verified the results are coming back as an XML set. However, no results are displayed. Still looking around but posting in case someone else has already figured out the solution.
Cymen