Modify ↓
Opened 15 years ago
Closed 14 years ago
#5730 closed enhancement (fixed)
project filter
Reported by: | anonymous | Owned by: | Álvaro Iradier |
---|---|---|---|
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 (0)
Change History (4)
comment:1 Changed 15 years ago by
Status: | new → assigned |
---|
comment:2 Changed 14 years ago by
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.
comment:3 Changed 14 years ago by
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.
comment:4 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
Any idea on how to filter the projects? Would it be enough to put something like:
in the trac.ini file of the projects you want to skip, and make search all plugin skip those?