wiki:SearchAllPlugin

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

Cosmetic changes, tagged with license

Trac Search All Projects Plugin

Description

This plugin provides a new search option to search in all the projects in the current multi-project environment.

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 [download:searchallplugin here].

Source

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

Installation

To enable the plugin, add the following line to the components section in the 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.

Example

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.

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

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

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