Extension:TitleKey
From MediaWiki.org
|
TitleKey Release status: stable |
|||
|---|---|---|---|
| Implementation | Search | ||
| Description | Title prefix search suggestion backend | ||
| Author(s) | Brion Vibber (Brion VIBBERTalk) | ||
| Last version | continuous updates | ||
| MediaWiki | 1.12+ | ||
| Database changes | yes | ||
| License | GPL v2 or later | ||
| Download | Download snapshot Subversion [Help] |
||
|
|||
|
Check usage (experimental) |
|||
TitleKey extension is a case-insensitive title prefix search plugin by Brion Vibber. It uses a separate table for the keys, so if it works cleanly it can be deployed without an expensive rebuild of core tables, and dumped when Wikimedia gets a nicer backend through Extension:LuceneSearch (pre 1.13) or Extension:MWSearch (1.13+).
For the average site administrator, the benefit of this extension is that it allows search suggestions (enabled through $wgEnableMWSuggest) to be case-insensitive.
[edit] Installation
- Download the files from SVN or download a snapshot (select your version of MediaWiki) and place the files under $IP/extensions/TitleKey
- Add to the end of LocalSettings.php:
require_once("$IP/extensions/TitleKey/TitleKey.php");
$wgEnableMWSuggest = true; - Add the required tables to the database; on the command line, enter:
(Note: Your designated database user needs to have CREATE rights on your MediaWiki database.)php maintenance/update.php - Run the rebuildTitleKeys.php script; on the command line, enter:
php extensions/TitleKey/rebuildTitleKeys.php
- Installation can now be verified through Special:Version on your wiki
|
|
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. |
| Language: | English • Français |
|---|
Categories:
- Stable extensions
- Search extensions
- Extensions in Wikimedia version control
- ArticleDelete extensions
- ArticleDeleteComplete extensions
- ArticleInsertComplete extensions
- ArticleUndelete extensions
- TitleMoveComplete extensions
- ParserTestTables extensions
- LoadExtensionSchemaUpdates extensions
- PrefixSearchBackend extensions
- SearchGetNearMatch extensions
- All extensions
- 2012 Q1 Extension Page Review Drive - completed
- Extensions used on Wikimedia