Help:Extension/MySQLLikeSearch

From Metabolomics.JP
(Difference between revisions)
Jump to: navigation, search
Line 7: Line 7:
 
__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 30: Line 28:
  
 
== Function ==
 
== Function ==
# [[Doc:Extensions#Search|MySQLLikeSearch]]
+
# [[Help:Extensions#Search|MySQLLikeSearch]]

Revision as of 17:21, 20 September 2008

Extension Information
Implementation
Description
Author(s)K, Suwa
Version0.1
MediaWiki1.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

versionsourcesize
0.1(September 11,2008)MySQLLikeSearch.phps

Installtion

  1. Download source and rename to MySQLLikeSearch.php.
  2. Put in extensions/ directory.
  3. Insert follow line to LocalSettings.php
require_once( "$IP/extensions/MySQLLikeSearch.php" );

Function

  1. MySQLLikeSearch
Personal tools
Namespaces

Variants
Actions
Navigation
metabolites
Toolbox