= Trac Search All Projects Plugin = == Description == Provides a new search option to search in all the projects in the current multi-project environment. To enable the plugin, add the line: {{{ tracsearchall.* = enabled }}} to the ''components'' section in trac.ini. Give the new ''SEARCHALL_VIEW'' permission to user(s). A new checkbox '''Search All Projects''' will appear in the Search page. You can also limit search to a list of projects, adding: {{{ [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''. == Bugs/Feature Requests == Existing bugs and feature requests for SearchAllPlugin are [report:9?COMPONENT=SearchAllPlugin here]. If you have any issues, create a [http://trac-hacks.org/newticket?component=SearchAllPlugin&owner=airadier new ticket]. == Download == Download the zipped source from [download:searchallplugin here]. == Source == You can check out SearchAllPlugin from [http://trac-hacks.org/svn/searchallplugin here] using Subversion, or [source:searchallplugin browse the source] with Trac. == Example == This plugin will work in a multi-project environment, as it will search all projects in the environment folder. For example, I use it by having a multi-project environment, where one project is the ''master'' project, and has SearchAllPlugin enabled. == Recent Changes == [[ChangeLog(searchallplugin, 3)]] == Author/Contributors == '''Author:''' [wiki:airadier] [[BR]] '''Maintainer:''' [wiki:airadier] [[BR]] '''Contributors:'''