Help:Extension/MySQLLikeSearch
From Metabolomics.JP
(Difference between revisions)
(13 intermediate revisions by one user not shown) | |||
Line 1: | Line 1: | ||
{{Extension | {{Extension | ||
|author=K, Suwa | |author=K, Suwa | ||
− | |version=0 | + | |version=0.11 |
− | + | ||
}} | }} | ||
__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 19: | Line 16: | ||
== Download == | == Download == | ||
<table border="1" cellpadding="3" cellspacing="1"> | <table border="1" cellpadding="3" cellspacing="1"> | ||
− | <tr><td>version</td><td>source</td><td> | + | <tr><td>version</td><td>source</td><td>md5</td><td>OperationCheck version</td></tr> |
− | <tr><td>0.1(September | + | <tr><td>0.11(February 10,2010)</td><td>{{#ifexistfile:/data/src/MySQLLikeSearch/MySQLLikeSearch.phps}}</td><td><pre style="border: 0px; background-color: white; padding: 0em; line-height: 0em">cf12e15e10c4258045d3715a2ee47a86</pre></td><td>1.16.2</td></tr> |
+ | <tr><td>0.1(September 17,2008)</td><td>{{#ifexistfile:/data/src/MySQLLikeSearch/previous/MySQLLikeSearch-0.1.phps}}</td><td><pre style="border: 0px; background-color: white; padding: 0em; line-height: 0em">f5e32cad330ad6edb25e2a2d1f3caf6a</pre></td><td>1.11.1</td></tr> | ||
</table> | </table> | ||
== Installtion == | == Installtion == | ||
− | # Download source and rename to MySQLLikeSearch.php. | + | # Download the source code and rename it to MySQLLikeSearch.php. |
− | # | + | # Place it in the extensions/ directory. |
− | # Insert follow | + | # Insert the follow lines to LocalSettings.php |
require_once( "$IP/extensions/MySQLLikeSearch.php" ); | require_once( "$IP/extensions/MySQLLikeSearch.php" ); | ||
== Function == | == Function == | ||
− | # [[ | + | # [[Help:Extensions#Search|MySQLLikeSearch]] |
+ | |||
+ | == ChangeLog == | ||
+ | 0.11 | ||
+ | *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を変更しました。