[[PageOutline(2-5,Contents,pullout)]] = Perform Full Text Search on the command line == Description This plugin provides full text indexing of all core items like tickets, wiki, attachments, source code. The search is performed om the command line using `trac-admin`. It is more advanced than the standard installed search functionality. Examples: {{{#!sh trac-admin $PROJECT config set components "fulltextsearchplugin.*" enabled trac-admin $PROJECT config set search disabled_sources "ChangesetModule, MilestoneModule, TicketModule, WikiModule" trac-admin $PROJECT fulltext index }}} For full text search within Trac, see TracDbftsPlugin == Bugs/Feature Requests Existing bugs and feature requests for FullTextSearchPlugin are [report:9?COMPONENT=FullTextSearchPlugin here]. If you have any issues, create a [/newticket?component=FullTextSearchPlugin new ticket]. [[TicketQuery(component=FullTextSearchPlugin&group=type,format=progress)]] == Download Download the zipped source from [export:fulltextsearchplugin here]. == Source You can check out FullTextSearchPlugin from [/svn/fulltextsearchplugin here] using Subversion, or [source:fulltextsearchplugin browse the source] with Trac. == Installation General instructions on installing Trac plugins can be found on the [TracPlugins#InstallingaTracplugin TracPlugins] page. == Recent Changes [[ChangeLog(fulltextsearchplugin, 3)]] == Author/Contributors '''Author:''' [wiki:willmerae] [[BR]] '''Maintainer:''' [[Maintainer]] [[BR]] '''Contributors:'''