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.

License: This plugin currently has no license. Ticket #9804 has been opened to try and contact the author.

Bugs/Feature Requests

Existing bugs and feature requests for WikiSearchMacro are here.

If you have any issues, create a new ticket.

Download

Download the zipped source from here.

Source

You can check out WikiSearchMacro from here using Subversion, or browse the source with Trac.

Example

Search all wiki pages for a TODO string.

[[WikiSearch(TODO)]]

Search wiki pages with the Doc prefix for a TODO string.

[[WikiSearch(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.

[[WikiSearch(TODO,Doc,10,DocExplanations)]]

Recent Changes

[11971] by rjollos on 09/11/12 07:32:37

Deleted .pydevproject file accidentally committed in [9626].

[11970] by rjollos on 09/11/12 07:28:17

Refs #10287: Deleted 0.11 directory and renamed 0.12 directory to trunk.

[9626] by rjollos on 12/07/10 02:41:16

  • Removed print statements.
  • Replaced rows with temptable in query because rows is a reserved work in SQLite. Fixes #7735.

[8110] by rjollos on 06/10/10 03:12:14

Change to SQL query that makes macro compatible with MySQL. Patch by karri.kahelin@alfame.com. Fixes #7217.

Author/Contributors

Author: SimoneGianni
Maintainer: rjollos
Contributors: