]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - pgsrc/Help%2FFullTextSearchPlugin
Initialize $html
[SourceForge/phpwiki.git] / pgsrc / Help%2FFullTextSearchPlugin
1 Date: Fri, 11 Jan 2013 11:16:51 +0000
2 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0)
3 Content-Type: application/x-phpwiki;
4   pagename=Help%2FFullTextSearchPlugin;
5   flags=PAGE_LOCKED%2CEXTERNAL_PAGE;
6   charset=UTF-8
7 Content-Transfer-Encoding: binary
8
9 The **~FullTextSearch** [[Help:WikiPlugin|plugin]] searches the content of all pages in this wiki.
10
11 == Usage ==
12 {{{
13 <<FullTextSearch arguments>>
14 }}}
15
16 == Arguments ==
17
18 All [[Help:PageList|PageList]] arguments, plus the following ones:
19
20 {| class="bordered"
21 |-
22 ! Argument
23 ! Description
24 ! Default value
25 |-
26 | **s**
27 | The search term
28 | //none//
29 |-
30 | **hilight**
31 | Highlight results (boolean)
32 | true
33 |-
34 | **case_exact**
35 | Search with case exact (boolean)
36 | false
37 |-
38 | **regex**
39 | Type of regular expression used for searching
40 | auto
41 |-
42 | **sortby**
43 | Sorting order for results
44 | ~-hi_content
45 |-
46 | **noheader**
47 | Do not display header (boolean)
48 | false
49 |-
50 | **exclude**
51 | Comma-separated list of glob to exclude
52 | false
53 |-
54 | **quiet**
55 | Be less verbose (boolean)
56 | true
57 |}
58
59 == Example ==
60
61 {{{
62 <<FullTextSearch>>
63 }}}
64
65 <<FullTextSearch>>
66
67 == Author ==
68 * [[Help:Reini Urban|Reini Urban]]
69
70 == See Also ==
71 * [[Help:TitleSearchPlugin]]
72 * [[Help:ExternalSearchPlugin]]
73 * [[Help:InterWikiSearchPlugin]]
74
75 <noinclude>
76 ----
77 [[PhpWikiDocumentation]] [[CategoryWikiPlugin]]
78 </noinclude>