Release status: stable | |
|---|---|
| Implementation | Search |
| Description | Provides a case-insensitive page title prefix search |
| Author(s) | Brooke Vibbertalk |
| Latest version | continuous updates |
| MediaWiki | 1.25+ |
| Database changes | Yes |
| Tables | titlekey |
| License | GNU General Public License 2.0 or later |
| Download | README |
| Translate the TitleKey extension if it is available at translatewiki.net | |
| Issues | Open tasks ·Report a bug |
TheTitleKey extension provides a case-insensitive page title prefix search. It uses a separate table for the keys so that it can be deployed without an expensive rebuild of core tables and uninstalled later in preference for a different search extension such asCirrusSearch.
For the average site administrator, the benefit of this extension is that it allows search suggestions (e.g., fromOpensearch API) to be case-insensitive.
TitleKey folder to yourextensions/ directory.cdextensions/gitclonehttps://gerrit.wikimedia.org/r/mediawiki/extensions/TitleKeywfLoadExtension('TitleKey');// For MW 1.43.0 and above, no further configuration is needed.// For MW 1.42.x (use SearchEngineMySQL, SearchEnginePostgres, or SearchEngineSqlite depending on your $wgDBtype)$wgSearchType=MediaWiki\Extension\TitleKey\SearchEngineMySQL::class;// For MW 1.39.x to 1.41.x$wgSearchType=MediaWiki\Extension\TitleKey\SearchEngine::class;
The RebuildTitleKeys maintenance script can be used at any time to rebuild the title index (this requires command-line access):
$path/to/mediawiki/maintenance/run.phpRebuildTitleKeysOr, for MediaWiki before 1.40:
$phppath/to/mediawiki/extensions/TitleKey/maintenance/rebuildTitleKeys.php| This extension is included in the following wiki farms/hosts and/or packages:This is not an authoritative list. Some wiki farms/hosts and/or packages may contain this extension even if they are not listed here. Always check with your wiki farms/hosts or bundle to confirm. |