]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - pgsrc/Help%2FTitleSearchPlugin
In AllPages, include_empty is false by default
[SourceForge/phpwiki.git] / pgsrc / Help%2FTitleSearchPlugin
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%2FTitleSearchPlugin;
6   flags=PAGE_LOCKED%2CEXTERNAL_PAGE;
7   markup=2;
8   charset=UTF-8
9 Content-Transfer-Encoding: binary
10
11 The **~TitleSearch**  [[Help:WikiPlugin|plugin]] displays results of pagename search.
12
13 If only one page is found and auto_redirect is true, this page is displayed immediately,
14 otherwise the found page list is displayed.
15
16 == Usage ==
17 {{{
18 <?plugin-form TitleSearch arguments ?>
19 }}}
20
21 == Arguments ==
22
23 All [[Help:PageList|PageList]] arguments, plus the following ones.
24
25 {| class="bordered"
26 |-
27 ! Argument
28 ! Description
29 ! Default value
30 |-
31 | **s**
32 | string to search
33 | //none//
34 |-
35 | **auto_redirect**
36 | if true and only one page is found, this page is displayed immediately
37 | false
38 |-
39 | **noheader**
40 |
41 | false
42 |-
43 | **exclude**
44 |
45 | false
46 |-
47 | **info**
48 |
49 | false
50 |-
51 | **case_exact**
52 |
53 | false
54 |-
55 | **regex**
56 |
57 | auto
58 |-
59 | **format**
60 |
61 | false
62 |}
63
64 == Example ==
65
66 {{{
67 <?plugin-form TitleSearch ?>
68 }}}
69
70 <?plugin-form TitleSearch ?>
71
72 == Author ==
73 * [[PhpWiki:ReiniUrban|Reini Urban]]
74
75 == See Also ==
76 * [[Help:FullTextSearchPlugin]]
77 * [[Help:ExternalSearchPlugin]]
78 * [[Help:InterWikiSearchPlugin]]
79
80 <noinclude>
81 ----
82 [[PhpWikiDocumentation]] [[CategoryWikiPlugin]]
83 </noinclude>