Difference between revisions of "Manual:Extension/BlueSpiceInterwikiSearch"
[unchecked revision] | [quality revision] |
(Tag: 2017 source edit) |
m (Tag: Visual edit) |
Contents
- 1 What is BlueSpiceInterwikiSearch? 2
- Usage
- 2.1 Viewing results from other wikis
- 2.2 Configuring BlueSpiceInterwikiSearch
- 3 Related info
BlueSpiceInterwikiSearch InterwikiSearch alows simultaneously searching other BlueSpice3 BlueSpice wikis when performing a search on the wiki.
Usage[edit | edit source]
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.
Viewing results from other wikis[edit | edit source]
Clicking on a particular wiki's button will open a dialog containg the first page of the results, in order to enable quick and easy way of visualizing the results. If the desired document is not listed on this page, user can redirect to the target wiki and perform a full search on that wiki, by clicking on "Open full search" button at the top right corner of the dialog. This will open the Special:SearchCenter
on the target wiki, with current search term already inserted.
Configuring BlueSpiceInterwikiSearch[edit | edit source]
In order 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.
Related info
Manual:Extension/BlueSpiceExtendedSearch
Related info
__TOC__ ==What is BlueSpiceInterwikiSearch?== '''BlueSpiceInterwikiSearch{{DISPLAYTITLE:Interwiki search}} __TOC__ '''InterwikiSearch''' alows simultaneously searching other BlueSpice3BlueSpice wikis when performing a search on the wiki. ==Usage== [[File:InterwikiSearch1a.png|alt=Screenshot|border|center|650x650px]] 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. {{Clear}} ===Viewing results from other wikis=== [[File:InterwikiSearch2.PNG|Results from other wiki in a dialog|alt=Results from other wiki in a dialog|border|center|650x650px]] <br /> [[File:InterwikiSearch1a.png|alt=Results button for another wiki|center|650x650px|thumb|Results button for another wiki]] ==Viewing results from other wikis== Clicking on a particular wiki's button will open a dialog containg the first page of the results, in order to enable quick and easy way of visualizing the results. If the desired document is not listed on this page, user can redirect to the target wiki and perform a full search on that wiki, by clicking on "Open full search" button at the top right corner of the dialog. This will open the <code>Special:SearchCenter</code> on the target wiki, with current search term already inserted. {{Clear}} ===Configuring BlueSpiceInterwikiSearch=== In order 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> '''Note: This does not apply to [[Manual:Extension/BlueSpiceWikiFarm|BlueSpiceWikiFarm]] users, BlueSpiceInterwikiSearch within a WikiFarm is handled separately.''' <br /> [[File:InterwikiSearch2.PNG|Results from another wiki|alt=Results from another wiki|center|650x650px|thumb]] <br /> {{Box Links-en|Topic1=[[Manual:Extension/BlueSpiceExtendedSearch |ExtendedSearch]]|Topic2=[[Reference:BlueSpiceInterwikiSearch]]}} {{Translation}} __FORCETOC__
Line 1: | Line 1: | ||
− | + | {{DISPLAYTITLE:Interwiki search}} | |
__TOC__ | __TOC__ | ||
− | + | '''InterwikiSearch''' alows simultaneously searching other BlueSpice wikis when performing a search on the wiki. | |
− | ''' | ||
==Usage== | ==Usage== | ||
− | |||
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. | ||
− | |||
− | + | <br /> | |
− | [[File: | + | [[File:InterwikiSearch1a.png|alt=Results button for another wiki|center|650x650px|thumb|Results button for another wiki]] |
+ | ==Viewing results from other wikis== | ||
Clicking on a particular wiki's button will open a dialog containg the first page of the results, in order to enable quick and easy way of visualizing the results. If the desired document is not listed on this page, user can redirect to the target wiki and perform a full search on that wiki, by clicking on "Open full search" button at the top right corner of the dialog. This will open the <code>Special:SearchCenter</code> on the target wiki, with current search term already inserted. | Clicking on a particular wiki's button will open a dialog containg the first page of the results, in order to enable quick and easy way of visualizing the results. If the desired document is not listed on this page, user can redirect to the target wiki and perform a full search on that wiki, by clicking on "Open full search" button at the top right corner of the dialog. This will open the <code>Special:SearchCenter</code> on the target wiki, with current search term already inserted. | ||
− | |||
− | + | <br /> | |
− | + | [[File:InterwikiSearch2.PNG|Results from another wiki|alt=Results from another wiki|center|650x650px|thumb]] | |
− | < | + | <br /> |
− | |||
− | |||
− | |||
− | |||
− | ] | ||
− | </ | ||
− | |||
− | {{Box Links-en|Topic1=[[Manual:Extension/BlueSpiceExtendedSearch]]|Topic2=[[Reference:BlueSpiceInterwikiSearch]]}} | + | {{Box Links-en|Topic1=[[Manual:Extension/BlueSpiceExtendedSearch |ExtendedSearch]]|Topic2=[[Reference:BlueSpiceInterwikiSearch]]}} |
{{Translation}} | {{Translation}} | ||
+ | __FORCETOC__ |