Plugin Title Search
Use this wiki plugin to search and display page names which match with the specified search, optionally showing some more details in the result produced by the plugin.
Parameters
Deprecated: Use PluginListPages instead. Search page titles.Introduced in Tiki 1. Required parameters are in
bold.Go to the source code
Preferences required: feature_wiki, wikiplugin_titlesearch
| Parameters | Accepted Values | Description | Default | Since |
|---|---|---|---|---|
search |
text | Portion of a page name. Maps to the "find" parameter in ListPages. | 1 | |
exclude |
text separator: | |
Pipe-separated list of page names to exclude from results. Maps to "exclude_pages" in ListPages. | 1 | |
info |
(blank) hits user hits|user user|hits separator: | |
Show page hits or user. Note: This is now controlled by wiki_list_hits and wiki_list_user preferences. | 1 | |
noheader |
(blank) 1 0 |
Set to Yes (1) to have no header for the search results. |
0 | 1 |
Examples
Exclude
This code:
Copy to clipboard
{titlesearch search="Editorial Board Meeting 2008" exclude="Editorial Board Meeting"}
Would produce on this site:
- Editorial Board Meeting 2008 01
- Editorial Board Meeting 2008 02
- Editorial Board Meeting 2008 03
- Editorial Board Meeting 2008 05
- Editorial Board Meeting 2008 06
- Editorial Board Meeting 2008 07
- Editorial Board Meeting 2008 08
- Editorial Board Meeting 2008 10
Additional information and styling
This code:
Copy to clipboard
{titlesearch search="Editorial Board Meeting 2008" info="hits|user" noheader="1" exclude="Editorial Board Meeting"}
Would produce on this site:
- Editorial Board Meeting 2008 01
- Editorial Board Meeting 2008 02
- Editorial Board Meeting 2008 03
- Editorial Board Meeting 2008 05
- Editorial Board Meeting 2008 06
- Editorial Board Meeting 2008 07
- Editorial Board Meeting 2008 08
- Editorial Board Meeting 2008 10
Related pages
- PluginListPages - for more refined searches
- PluginShowpages - also searches on page names and lists page names and descriptions
- PluginList - all purpose search that could do something similar to this plugin