Extension:OpenSearchXml
From MediaWiki.org
(Redirected from Extension:OpenSearchXML)
|
OpenSearchXml Release status: beta |
|||
|---|---|---|---|
| Implementation | Search, API | ||
| Description | OpenSearch XML interface provides for text extracts | ||
| Author(s) | Brion Vibber (Brion VIBBERTalk) | ||
| License | GPLv2 or Later | ||
| Download | Download snapshot Subversion [Help] |
||
|
|||
|
|||
|
Check usage (experimental) |
|||
OpenSearchXml adds the possibility to have search suggestions in OpenSearch XML format. This extension allows the search box to "suggest" search terms as searcher types in query.
[edit] Installation
- Download the latest snapshot and extract it to your extensions directory.
- Add
to LocalSettings.phprequire_once( "$IP/extensions/OpenSearchXml/OpenSearchXml.php" );
- The extension should be now active.
- Don't forget to set $wgEnableMWSuggest to true in your LocalSettings.php file.
|
|
This extension is being used on one or more of Wikimedia's wikis. This means that the extension is stable and works well enough to be used by such high traffic websites. A full list of the extensions installed on a particular wiki can be seen on the wiki's Special:Version page. |