m Text replacement - "BlueSpice Farm" to "BlueSpice farm" |
Robert Vogel (talk | contribs) No edit summary Tag: 2017 source edit |
||
| Line 20: | Line 20: | ||
$GLOBALS['bsgBlueSpiceInterwikiSearch']['Wiki_name'] = [ | $GLOBALS['bsgBlueSpiceInterwikiSearch']['Wiki_name'] = [ | ||
"name" => "Wiki name", // Will be displayed as the wiki name in the results | "name" => "Wiki name", // Will be displayed as the wiki name in the results | ||
"api-endpoint" => "http://other.wiki.com/api. | "api-endpoint" => "http://other.wiki.com/w/api.php", | ||
"search-on-wiki-url" => "http://other.wiki.com/Special:SearchCenter" // URL to the SearchCenter SpecialPage on target wiki | "search-on-wiki-url" => "http://other.wiki.com/wiki/Special:SearchCenter" // URL to the SearchCenter SpecialPage on target wiki | ||
]; | ]; | ||
</pre>{{Messagebox|boxtype=note|Note text=This does not apply to [[Manual:Extension/BlueSpiceWikiFarm|BlueSpiceWikiFarm]] users, BlueSpiceInterwikiSearch within a WikiFarm is handled separately.}} | </pre>{{Messagebox|boxtype=note|Note text=This does not apply to [[Manual:Extension/BlueSpiceWikiFarm|BlueSpiceWikiFarm]] users, BlueSpiceInterwikiSearch within a WikiFarm is handled separately.}} | ||
Latest revision as of 13:06, 31 July 2026
| Overview | |||
|---|---|---|---|
| Description: |
Simultaneous search in multiple wikis | ||
| State: | stable | Dependency: | BlueSpice |
| Developer: | HalloWelt | License: | GPL-3.0-only |
| Type: | BlueSpice | Category: | - |
| Edition: | BlueSpice pro (deactivated), BlueSpice farm (deactivated) | Version: | |
Features
InterwikiSearch alows simultaneously searching other BlueSpice wikis.
Usage / features
If BlueSpiceInterwikiSearch is enabled and configured on the wiki, the Special:SearchCenter, shows results from other wikis. Results are shown as buttons on top of the results list.
Technical information
Configuration
To set up this service, wiki administrator must add following settings into LocalSettings.php:
$GLOBALS['bsgBlueSpiceInterwikiSearch']['Wiki_name'] = [ "name" => "Wiki name", // Will be displayed as the wiki name in the results "api-endpoint" => "http://other.wiki.com/w/api.php", "search-on-wiki-url" => "http://other.wiki.com/wiki/Special:SearchCenter" // URL to the SearchCenter SpecialPage on target wiki ];
Demo
Try out InterwikiSearch in our demo
Technical Information
Technical details for BlueSpice cloud can differ in some cases.
Requirements
- MediaWiki: 1.43.0
Integrates into
Special pages
Configuration
| Name | Value |
|---|---|
| InterwikiSearchSearchInOtherWikis | true |
| InterwikiSearchSilentOnError | false |
| InterwikiSearchSources | array ( ) |
Hooks