Extension:SearchBlox

Category:Unmaintained extensions#SearchBlox Category:Extensions without an imageCategory:Extensions without a compatibility policyCategory:GPL licensed extensions
MediaWiki extensions manual
SearchBlox
Release status: unmaintainedCategory:Unmaintained extensions
Implementation User interfaceCategory:User interface extensions, SearchCategory:Search extensions
Description Queries a SearchBlox server when there are only a few search matches
Author(s) Michael Overmeyer (Movermeyertalk)
Latest version 0.1.0 (2013-04-19)
MediaWiki 1.18+Category:Extensions with manual MediaWiki version
Database changes No
License GNU General Public License 2.0
Download Category:Extensions in GitHub version control
README
Commits
Example The Warrior Wiki
  • $wgSearchBloxOrganizationName
  • $wgSearchBloxOrganizationWebsite
  • $wgSearchBloxHost
  • $wgSearchBloxServletUrl
  • $wgSearchBloxFrontendUrl
Category:All extensionsCategory:Extensions not in ExtensionJson

The SearchBlox extension will query a SearchBlox Server and show the results if your normal search would have returned < 10 "Page text matches".

Installation

Configuration parameters

Variable name Default value Description
$wgSearchBloxOrganizationName "Example Inc." Name of the organization running the SearchBlox server
$wgSearchBloxOrganizationWebsite "http://example.com" URL of the orgnization's main website
$wgSearchBloxHost "http://searchblox.example.com" Host of the SearchBlox Server
$wgSearchBloxServletUrl "http://searchblox.example.com/searchblox/servlet/SearchServlet" URL to launch queries against
$wgSearchBloxFrontendUrl "http://searchblox.example.com/searchblox/plugin/index.html" URL to direct users to for more results
Category:Search extensions
Category:All extensions Category:Extensions in GitHub version control Category:Extensions not in ExtensionJson Category:Extensions not using extension registration Category:Extensions with manual MediaWiki version Category:Extensions without a compatibility policy Category:Extensions without an image Category:GPL licensed extensions Category:ResourceLoaderGetConfigVars extensions Category:Search extensions Category:SpecialSearchNoResults extensions Category:SpecialSearchResults extensions Category:Unmaintained extensions Category:User interface extensions