Help:Extension/MySQLLikeSearch
From Metabolomics.JP
(Difference between revisions)
Line 32: | Line 32: | ||
== ChangeLog == | == ChangeLog == | ||
0.11 | 0.11 | ||
− | *1.16. | + | *1.16.2用にrequire_pathを変更しました。 |
Latest revision as of 15:16, 16 February 2011
Extension Information | |
Implementation | |
Description | |
Author(s) | K, Suwa |
Version | 0.11 |
MediaWiki | |
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.
[edit] Requirements
None
[edit] Download
version | source | md5 | OperationCheck version |
0.11(February 10,2010) | MySQLLikeSearch.phps | cf12e15e10c4258045d3715a2ee47a86 | 1.16.2 |
0.1(September 17,2008) | MySQLLikeSearch-0.1.phps | f5e32cad330ad6edb25e2a2d1f3caf6a | 1.11.1 |
[edit] 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" );
[edit] Function
[edit] ChangeLog
0.11
- 1.16.2用にrequire_pathを変更しました。