[[PageOutline(2-5,Contents,pullout)]] = Search wiki pages for specified string = == Description == This macro executes a search of wiki pages from directly inside a page and displays a list of results on the page. I needed this cause we use the ''TODO'' string inside pages that still need attention, and I wanted to show on the home page of the project a list of pages demanding attention. == Bugs/Feature Requests == Existing bugs and feature requests for WikiSearchMacro are [report:9?COMPONENT=WikiSearchMacro here]. If you have any issues, create a [http://trac-hacks.org/newticket?component=WikiSearchMacro&owner=rjollos new ticket]. == Download == Download the zipped source from [download:wikisearchmacro here]. == Source == You can check out WikiSearchMacro from [http://trac-hacks.org/svn/wikisearchmacro here] using Subversion, or [source:wikisearchmacro browse the source] with Trac. == Example == Search all wiki pages for a `TODO` string. {{{ [[SmallSearch(TODO)]] }}} Search wiki pages with the ''Doc'' prefix for a `TODO` string. {{{ [[SmallSearch(TODO,Doc)]] }}} Search wiki pages with the ''Doc'' prefix for a `TODO` string, but only return the first 10 results, and don't search the page '''!DocExplanations'''. {{{ [[SmallSearch(TODO,Doc,10,DocExplanations)]] }}} == Recent Changes == [[ChangeLog(wikisearchmacro, 3)]] == Author/Contributors == '''Author:''' [wiki:rjollos] [[BR]] '''Maintainer:''' [wiki:rjollos] [[BR]] '''Contributors:'''