wiki:SearchAllPlugin

Version 9 (modified by figaro, 6 years ago) (diff)

Fix irksome formatting

Search in multiple Trac projects

Description

This plugin provides functionality to search within all the projects in a multi-project environment setup.

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

By default, the search will be performed within all projects.

You can also limit the search to certain projects, by adding the projects to your trac.ini file:

[searchall]
include_projects = project1, project2, project3

This will search only in projects project1, project2 and project3.

Or you can exclude projects from the search as follows:

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

defect

11 / 11

enhancement

5 / 5

task

1 / 1

Download

Download the zipped source from here.

Source

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

Installation

General instructions on installing Trac plugins can be found on the TracPlugins page.

To enable the plugin, add the following line to the [components] section in your trac.ini file:

[components]
tracsearchall.* = enabled

Give the new SEARCHALL_VIEW permission to user(s).

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

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: Álvaro Iradier
Contributors:

Attachments (1)

Download all attachments as: .zip