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