Help:Extension/MySQLLikeSearch

From Metabolomics.JP
(Difference between revisions)
Jump to: navigation, search
 
(10 intermediate revisions by one user not shown)
Line 1: Line 1:
 
{{Extension
 
{{Extension
 
|author=K, Suwa
 
|author=K, Suwa
|version=0.1
+
|version=0.11
|mediawiki=1.11.1
+
 
}}
 
}}
  
 
__TOC__
 
__TOC__
  
mediawikiの画面左にあるsearch機能を変更するextensionです。<br>
+
Extension to enpower the search function at the left of mediawiki page.<br>
標準で使用を許可している文字以外に「&#%」の3つを検索文字列として許可しています。
+
Extra characters (&#) are allowed in the search together with special letters '_' (any one letter) and '%' (any string).
  
また、検索はlike検索となっており、「_」は任意の一文字、「%」は0文字以上の文字列とマッチします。
+
Based on [http://www.mediawiki.org/wiki/Extension:Wildcard_search Extension:Wildcard search].
 
+
このextensionは[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>size</td></tr>
+
  <tr><td>version</td><td>source</td><td>md5</td><td>OperationCheck version</td></tr>
  <tr><td>0.1(September 11,2008)</td><td>MySQLLikeSearch.phps</td><td></td></tr>
+
<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.
# Put in extensions/ directory.
+
# Place it in the extensions/ directory.
# Insert follow line to LocalSettings.php
+
# Insert the follow lines to LocalSettings.php
 
  require_once( "$IP/extensions/MySQLLikeSearch.php" );
 
  require_once( "$IP/extensions/MySQLLikeSearch.php" );
  
 
== Function ==
 
== Function ==
# [[Doc:Extensions#Search|MySQLLikeSearch]]
+
# [[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
Version0.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

versionsourcemd5OperationCheck 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

  1. Download the source code and rename it to MySQLLikeSearch.php.
  2. Place it in the extensions/ directory.
  3. Insert the follow lines to LocalSettings.php
require_once( "$IP/extensions/MySQLLikeSearch.php" );

[edit] Function

  1. MySQLLikeSearch

[edit] ChangeLog

0.11

  • 1.16.2用にrequire_pathを変更しました。
Personal tools
Namespaces

Variants
Actions
Navigation
metabolites
Toolbox