Difference between revisions of "Reference:BlueSpiceInterwikiSearch"
(Tag: 2017 source edit) |
Extension: BlueSpiceInterwikiSearch
Overview | |||||
---|---|---|---|---|---|
Description: |
Simultaneous search in multiple wikis
Extension:DynamicPageList (DPL), version 3.3.2: Warning: No results. |
||||
State: | stable | Dependency: | BlueSpice | ||
Developer: | HalloWelt | License: | GPL v3 | Type: |
Extension:DynamicPageList (DPL), version 3.3.2: Warning: No results. Property "BSExtensionInfoLicense" (as page type) with input value "Extension:DynamicPageList (DPL), version 3.3.2: Warning: No results." contains invalid characters or is incomplete and therefore can cause unexpected results during a query or annotation process. |
Type: | BlueSpice | Category: | - | ||
Edition: | BlueSpice pro (deactivated), BlueSpice Farm (deactivated) | ||||
Features
InterwikiSearch alows simultaneously searching other BlueSpice 3 wikis when performing a search on the wiki.
If BlueSpiceInterwikiSearch is enabled and configured on the wiki, every time user performs a search using the Special:SearchCenter
, results from other wikis will be shown as well. Results from other wikis will be shown at the top of the page, below the filters, in form of Wiki name (number of results) buttons.
Technical information[edit | edit source]
Configuration[edit | edit source]
Rights (permissions)[edit | editNote: This does not apply to BlueSpiceWikiFarm users, BlueSpiceInterwikiSearch within a WikiFarm is handled separately.
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/api.com",
"search-on-wiki-url" => "http://other.wiki.com/Special:SearchCenter" // URL to the SearchCenter SpecialPage on target wiki
];
Note: This does not apply to BlueSpiceWikiFarm users, BlueSpiceInterwikiSearch within a WikiFarm is handled separately.
Technical Information[edit source]
This
information applies to BlueSpice 3 . Technical details for BlueSpice cloud can differ in some cases.
Requirements[edit
This extension requires BlueSpiceFoundation and BlueSpiceExtendedSearch.
More info[edit | edit source]
For detailed description and usage, visit our help page.
Demo[edit | edit source]
Try out InterwikiSearch in our BlueSpiceDemo.
Extension:DynamicPageList (DPL), version 3.3.2: Warning: No results.
Integrates into[edit source]
Extension:DynamicPageList (DPL), version 3.3.2: Warning: No results.
Special pages[edit source]
Extension:DynamicPageList (DPL), version 3.3.2: Warning: No results.
Extension:DynamicPageList (DPL), version 3.3.2: Warning: No results.
Extension:DynamicPageList (DPL), version 3.3.2: Warning: No results.
Extension:DynamicPageList (DPL), version 3.3.2: Warning: No results.
Extension:DynamicPageList (DPL), version 3.3.2: Warning: No results.
Extension:DynamicPageList (DPL), version 3.3.2: Warning: No results.
{{BSExtensionInfoboxBSExtensionInfo |desc=Simultaneous search in multiple wikis |status=stable |developer=HalloWelt |type=BlueSpice |edition=BlueSpice pro (deactivated), BlueSpice Farm (deactivated) |active=Yes |compatible=BlueSpice |license=GPL v3 }} |features='''InterwikiSearch''' alows simultaneously searching other BlueSpice 3 wikis when performing a search on the wiki. ==Usage / features== If BlueSpiceInterwikiSearch is enabled and configured on the wiki, every time user performs a search using the <code>Special:SearchCenter</code>, results from other wikis will be shown as well. Results from other wikis will be shown at the top of the page, below the filters, in form of Wiki name (number of results) buttons. ==Technical information== ===Configuration=== {{Box Note|boxtype=note|Note text=This does not apply to [[Manual:Extension/BlueSpiceWikiFarm|BlueSpiceWikiFarm]] users, BlueSpiceInterwikiSearch within a WikiFarm is handled separately.}} To set up this service, wiki administrator must add following settings into LocalSettings.php: <pre> $GLOBALS['bsgBlueSpiceInterwikiSearch']['Wiki_name'] = [ "name" => "Wiki name", // Will be displayed as the wiki name in the results "api-endpoint" => "http://other.wiki.com/api.com", "search-on-wiki-url" => "http://other.wiki.com/Special:SearchCenter" // URL to the SearchCenter SpecialPage on target wiki ]; </pre>{{Box Note|boxtype=note|Note text=This does not apply to [[Manual:Extension/BlueSpiceWikiFarm|BlueSpiceWikiFarm]] users, BlueSpiceInterwikiSearch within a WikiFarm is handled separately.}} ===Rights (permissions)=== This extension does not provide any additional permissions. ===Requirements=== This extension requires [[Reference:BlueSpiceFoundation|BlueSpiceFoundation]] and [[Reference:BlueSpiceExtendedSearch|BlueSpiceExtendedSearch.]] ==More info== For detailed description and usage, visit our [[Manual:Extension/BlueSpiceInterwikiSearch|help page]]. == Demo == Try out InterwikiSearch in our [https://en.demo.bluespice.com/wiki/Main_Page BlueSpiceDemo.] {{Translation}} [[Category:Extension]] [[Category:BlueSpice free]] }}
Line 1: | Line 1: | ||
− | {{ | + | {{BSExtensionInfo |
|desc=Simultaneous search in multiple wikis | |desc=Simultaneous search in multiple wikis | ||
|status=stable | |status=stable | ||
Line 5: | Line 5: | ||
|type=BlueSpice | |type=BlueSpice | ||
|edition=BlueSpice pro (deactivated), BlueSpice Farm (deactivated) | |edition=BlueSpice pro (deactivated), BlueSpice Farm (deactivated) | ||
− | |||
|compatible=BlueSpice | |compatible=BlueSpice | ||
|license=GPL v3 | |license=GPL v3 | ||
− | + | |features='''InterwikiSearch''' alows simultaneously searching other BlueSpice 3 wikis when performing a search on the wiki. | |
− | '''InterwikiSearch''' alows simultaneously searching other BlueSpice 3 wikis when performing a search on the wiki. | + | |
− | |||
If BlueSpiceInterwikiSearch is enabled and configured on the wiki, every time user performs a search using the <code>Special:SearchCenter</code>, results from other wikis will be shown as well. Results from other wikis will be shown at the top of the page, below the filters, in form of Wiki name (number of results) buttons. | If BlueSpiceInterwikiSearch is enabled and configured on the wiki, every time user performs a search using the <code>Special:SearchCenter</code>, results from other wikis will be shown as well. Results from other wikis will be shown at the top of the page, below the filters, in form of Wiki name (number of results) buttons. | ||
− | == | + | {{Box Note|boxtype=note|Note text=This does not apply to [[Manual:Extension/BlueSpiceWikiFarm|BlueSpiceWikiFarm]] users, BlueSpiceInterwikiSearch within a WikiFarm is handled separately.}} |
− | + | ||
To set up this service, wiki administrator must add following settings into LocalSettings.php: | To set up this service, wiki administrator must add following settings into LocalSettings.php: | ||
<pre> | <pre> | ||
Line 23: | Line 21: | ||
"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/Special:SearchCenter" // URL to the SearchCenter SpecialPage on target wiki | ||
]; | ]; | ||
− | </pre> | + | </pre> |
− | + | }} | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− |