Loading...
 
Skip to main content
Search page titles

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:

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:

  • 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


Created by mlpvolt. Last Modification: Saturday 03 August, 2019 06:51:09 UTC by Yves Kipondo.