[[PageOutline(2-5,Contents,pullout)]] = 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 [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 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. == 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`: {{{#!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: {{{#!ini [searchall] exclude_projects=project1, project2 }}} This will search in all projects '''except''' ''project1'' and ''project2''. == Recent Changes [[ChangeLog(searchallplugin, 3)]] == Author/Contributors '''Author:''' [wiki:airadier] [[BR]] '''Maintainer:''' [[Maintainer]] [[BR]] '''Contributors:'''