Loading...
 
Skip to main content

History: PluginTitleSearch

Source of version: 10 (current)

Copy to clipboard
            ! 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
{pluginmanager plugin="titlesearch"}
!! Examples
!!!Exclude
''This code:''
{CODE(colors="tiki")}
{titlesearch search="Editorial Board Meeting 2008" exclude="Editorial Board Meeting"}
{CODE}
''Would produce on this site:''
{titlesearch search="Editorial Board Meeting 2008" exclude="Editorial Board Meeting"}
!!!Additional information and styling
''This code:''
{CODE(colors="tiki")}
{titlesearch search="Editorial Board Meeting 2008" info="hits|user" noheader="1" exclude="Editorial Board Meeting"}
{CODE}

''Would produce on this site:''
{titlesearch search="Editorial Board Meeting 2008" info="hits|user" noheader="1" exclude="Editorial Board Meeting"}
!!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