[[PageOutline(2-5,Contents,pullout)]] = 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: {{{#!ini [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: {{{#!ini [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 [report:9?COMPONENT=SearchAllPlugin here]. If you have any issues, create a [/newticket?component=SearchAllPlugin new ticket]. [[TicketQuery(component=SearchAllPlugin&group=type,format=progress)]] == Download Download the zipped source from [export:searchallplugin here]. == Source You can check out SearchAllPlugin from [/svn/searchallplugin here] using Subversion, or [source:searchallplugin browse the source] with Trac. == Installation General instructions on installing Trac plugins can be found on the [TracPlugins#InstallingaTracplugin TracPlugins] page. To enable the plugin, add the following line to the [components] section in your `trac.ini` file: {{{#!ini [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 [[ChangeLog(searchallplugin, 3)]] == Author/Contributors '''Author:''' [wiki:airadier] [[BR]] '''Maintainer:''' [[Maintainer]] [[BR]] '''Contributors:'''