Contents
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 SmallSearchMacro are here.
If you have any issues, create a new ticket.
Download
Download the zipped source from here.
Source
You can check out SmallSearchMacro from here using Subversion, or 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
[7519] by rjollos on 02/09/10 07:46:36
Adding 0.11 version to the repository
[4248] by SimoneGianni on 09/10/08 01:30:56
New hack SmallSearchMacro, created by SimoneGianni
Author/Contributors
Author: SimoneGianni
Maintainer: rjollos
Contributors:

