Ticket #5730 (closed enhancement: fixed)

Opened 4 years ago

Last modified 3 years ago

project filter

Reported by: anonymous Assigned to: airadier
Priority: normal Component: SearchAllPlugin
Severity: normal Keywords:
Cc: Trac Release: 0.11

Description

this polugin is really interesting but i miss a little project filter because we have a lot of trac projects here and i don't want to search in all projects. i would like to have a filter to specify the search projects.

Attachments

Change History

04/08/10 11:41:23 changed by airadier

  • status changed from new to assigned.

Any idea on how to filter the projects? Would it be enough to put something like:

[searchall]]
skip=True

in the trac.ini file of the projects you want to skip, and make search all plugin skip those?

06/10/10 12:12:34 changed by swiss_user2

I have about 60 Trac-Projects on a server. I have to search only 4 projects from the central project. Usefull would be a setting in the central project like this:

[searchall] project_list=test4, customer5, customer6, customer7

The other projects are ignored.

06/15/10 09:02:08 changed by airadier

I think I'll add both options:

[searchall]
include_list=project1, project2
exclude_list=project3
  • if include_list is defined, only projects in this list will be searched.
  • if include_list is NOT defined, but exclude_list is, all projects except those in the exclude list will be searched.
  • if none of them are defined, all projects will be searched.

06/15/10 18:03:24 changed by airadier

  • status changed from assigned to closed.
  • resolution set to fixed.

(In [8117]) New options: include_projects and exclude_projects. Closes #5730


Add/Change #5730 (project filter)




Change Properties
Action