Diff: Help/FullTextSearchPlugin

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

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

Other diffs: Previous Major Revision, Previous Author

Newer page: version 3 Last edited on 9 September 2007 0:16 by harold Revert
Older page: version 2 Last edited on 22 May 2014 3:01 by harold Revert
@@ -1,70 +1,27 @@
-The **~FullTextSearch** [[Help:WikiPlugin|plugin]] searches the content of all pages in this wiki.  
+_short description_  
  
-== Usage ==  
-{{{  
-<< FullTextSearch arguments> >  
-}}}  
+! Usage  
+<verbatim>  
+ <?plugin FullTextSearch ? >  
+</verbatim>  
  
-== Arguments ==  
+! Arguments 
  
-All [[Help :PageList|PageList]] arguments, plus the following ones
+page _(default : current pagename)_ :  
+ The page to execute upon.  
  
-{| class="bordered"  
-|-  
- ! 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  
  
-== Example ==  
+<verbatim>  
+<?plugin FullTextSearch ?>  
+</verbatim>  
  
-{{{  
-< <FullTextSearch>>  
-}}}  
+<?plugin FullTextSearch ?
  
-<<FullTextSearch>>  
+! Author  
+PhpWiki:ReiniUrban  
  
-== Author ==  
-* [[Help:Reini Urban|Reini Urban]]  
+! See Also  
  
-== See Also ==  
-* [[Help:TitleSearchPlugin]]  
-* [[Help:ExternalSearchPlugin]]  
-* [[Help:InterWikiSearchPlugin]]  
-  
-<noinclude>  
 ---- 
-[[ PhpWikiDocumentation]] [[CategoryWikiPlugin]]  
-</noinclude>  
+PhpWikiDocumentation Help:WikiPlugin  

version 3

short description

Usage

  <?plugin FullTextSearch ?>

Arguments

page (default: current pagename)
The page to execute upon.

Example

<?plugin FullTextSearch ?>

You must enter a search term.

Author

PhpWiki:ReiniUrban

See Also


PhpWikiDocumentation Help:WikiPlugin