This plugin includes a list of wiki pages found using a given substring and filters.
{TITLESEARCH(search=>PAGENAME,info=>hits|user,exclude=>PAGENAME1|PAGENAME2|...,noheader=>0,style=>table)}{TITLESEARCH}
- "search" can be any valid substring of a wiki page name
- "info" (optional) can be any list of fields a wiki page enty has in the database
- "exclude" (optional) can be a list od valid substrings of a wiki page names
- "noheader" (optional) can be 0 to show a table header or 1 to hide the header
- "style" (optional) can be 'table' for the default output in a table with all the given info fields or 'list' for just a very simple table with a header and all found page names as comma separated list inside the table
Search all page names containing 'Admin' and display them in a simple list with table header above it:
{TITLESEARCH(search=>Admin,style=>list}{TITLESEARCH}
Search alle page names containing Team, display additional fields 'hits' and 'user', ignore page 'TeamDevelopment' if it's found and display no header above the box:
{TITLESEARCH(search=>Team,info=>hits|user,exclude=>TeamDevelopment|SandBox,noheader=>1)}{TITLESEARCH}
Introduced in Tiki 1.9RC4