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