Diff: Help/FullTextSearchPlugin

Note: You are viewing an old revision of this page. View the current version.

Differences between version 2 and previous revision of Help/FullTextSearchPlugin.

Other diffs: Previous Major Revision, Previous Author

Newer page: version 2 Last edited on 22 May 2014 3:01 by harold Revert
Older page: version 1 Last edited on 17 January 2022 18:35 by harold Revert
@@ -6,10 +6,9 @@
 }}} 
  
 == Arguments == 
  
-All [[Help:PageList|PageList]] arguments (except //paganame//) ,  
- plus the following ones: 
+All [[Help:PageList|PageList]] arguments, plus the following ones: 
  
 {| class="bordered" 
 |- 
 ! Argument 
@@ -17,16 +16,16 @@
 ! Default value 
 |- 
 | **s** 
 | The search term 
-| //none// (mandatory argument)  
+| //none// 
 |- 
 | **hilight** 
-| Boolean. If true, highlight results.  
+| Highlight results (boolean)  
 | true 
 |- 
 | **case_exact** 
-| Boolean. If true, search with case exact.  
+| Search with case exact (boolean)  
 | false 
 |- 
 | **regex** 
 | Type of regular expression used for searching 
@@ -36,38 +35,36 @@
 | Sorting order for results 
 | ~-hi_content 
 |- 
 | **noheader** 
-| Boolean. If true, header should be omitted.  
+| Do not display header (boolean)  
 | false 
 |- 
 | **exclude** 
 | Comma-separated list of glob to exclude 
 | false 
 |- 
 | **quiet** 
-| Boolean. If true, be less verbose.  
+| Be less verbose (boolean)  
 | true 
 |} 
  
 == Example == 
  
 {{{ 
-<<FullTextSearch s=boolean >> 
+<<FullTextSearch>> 
 }}} 
  
-<<FullTextSearch s=boolean >> 
+<<FullTextSearch>> 
  
 == Author == 
 * [[Help:Reini Urban|Reini Urban]] 
  
 == See Also == 
 * [[Help:TitleSearchPlugin]] 
 * [[Help:ExternalSearchPlugin]] 
 * [[Help:InterWikiSearchPlugin]] 
-* [[Help:LinkSearchPlugin]]  
-* [[Help:SemanticSearchPlugin]]  
  
 <noinclude> 
 ---- 
 [[PhpWikiDocumentation]] [[CategoryWikiPlugin]] 
 </noinclude> 

version 2

The FullTextSearch plugin searches the content of all pages in this wiki.

Usage

<<FullTextSearch arguments>>

Arguments

All PageList arguments, plus the following ones:

Argument

Description

Default value

s

The search term

none

hilight

Highlight results (boolean)

true

case_exact

Search with case exact (boolean)

false

regex

Type of regular expression used for searching

auto

sortby

Sorting order for results

-hi_content

noheader

Do not display header (boolean)

false

exclude

Comma-separated list of glob to exclude

false

quiet

Be less verbose (boolean)

true

Example

<<FullTextSearch>>

You must enter a search term.

Author

See Also