Help:Extension/MySQLLikeSearch
From Metabolomics.JP
(Difference between revisions)
Line 7: | Line 7: | ||
__TOC__ | __TOC__ | ||
− | + | Extension to enpower the search function at the left of mediawiki page.<br> | |
− | + | Extra characters (&#) are allowed in the search together with special letters '_' (any one letter) and '%' (any string). | |
− | + | Based on [http://www.mediawiki.org/wiki/Extension:Wildcard_search Extension:Wildcard search]. | |
− | + | ||
− | + | ||
== Requirements == | == Requirements == | ||
Line 30: | Line 28: | ||
== Function == | == Function == | ||
− | # [[ | + | # [[Help:Extensions#Search|MySQLLikeSearch]] |
Revision as of 17:21, 20 September 2008
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 | size |
0.1(September 11,2008) | MySQLLikeSearch.phps |
Installtion
- Download source and rename to MySQLLikeSearch.php.
- Put in extensions/ directory.
- Insert follow line to LocalSettings.php
require_once( "$IP/extensions/MySQLLikeSearch.php" );