Help:Extension/MySQLLikeSearch
From Metabolomics.JP
Extension Information | |
Implementation | |
Description | |
Author(s) | K, Suwa |
Version | 0.1 |
MediaWiki | 1.11.1 |
License | |
Hooks used | |
Token type | |
Contents |
Extension to enpower the search function at the left of mediawiki page.
Extra characters (&#) are allowed in the search together with special letters '_' (any one letter) and '%' (any string).
Based on Extension:Wildcard search.
Requirements
None
Download
version | source | md5 |
0.1(September 17,2008) | MySQLLikeSearch.phps | f5e32cad330ad6edb25e2a2d1f3caf6a |
Installtion
- Download the source code and rename it to MySQLLikeSearch.php.
- Place it in the extensions/ directory.
- Insert the follow lines to LocalSettings.php
require_once( "$IP/extensions/MySQLLikeSearch.php" );