wiki:SearchAllPlugin

Version 5 (modified by Álvaro Iradier, 14 years ago) (diff)

Doc new include_projects and exclude_projects options

Trac Search All Projects Plugin

Description

Provides a new search option to search in all the projects in the current multi-project environment.

To enable the plugin, add the line:

tracsearchall.* = enabled

to the components section in trac.ini.

Give the new SEARCHALL_VIEW permission to user(s).

A new checkbox Search All Projects will appear in the Search page.

You can also limit search to a list of projects, adding:

[searchall]
include_projects=project1, project2, project3

this will search only in projects project1, project2 and project3. If this option is not set, it will default to search in all projects.

Or you can exclude projects from the search with:

[searchall]
exclude_projects=project1, project2

this will search in all projects except project1 and project2.

Bugs/Feature Requests

Existing bugs and feature requests for SearchAllPlugin are here.

If you have any issues, create a new ticket.

Download

Download the zipped source from [download:searchallplugin here].

Source

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

Example

This plugin will work in a multi-project environment, as it will search all projects in the environment folder. For example, I use it by having a multi-project environment, where one project is the master project, and has SearchAllPlugin enabled.

Recent Changes

18610 by jun66j5 on 2024-01-05 23:06:32
TracSearchAll 0.10: bump up the version to 0.10 (refs #14254)
18605 by jun66j5 on 2023-12-16 00:43:16
TracSearchAll 0.9: make compatible with Python 3 (closes #14254)
18446 by rjollos on 2021-09-28 19:58:11
TracSearchAll 0.9: Wrap search results in a span

Fixes #13930.

(more)

Author/Contributors

Author: airadier
Maintainer: airadier
Contributors:

Attachments (1)

Download all attachments as: .zip