Changes between Version 7 and Version 8 of FullTextSearchPlugin


Ignore:
Timestamp:
Oct 1, 2016, 9:04:39 PM (8 years ago)
Author:
figaro
Comment:

Moved example to functional description

Legend:

Unmodified
Added
Removed
Modified
  • FullTextSearchPlugin

    v7 v8  
    66
    77This plugin provides full text indexing of all core items like tickets, wiki, attachments, source code. It is more advanced than the standard installed search functionality.
     8
     9Examples:
     10
     11{{{#!sh
     12trac-admin $PROJECT config set components "fulltextsearchplugin.*" enabled
     13trac-admin $PROJECT config set search disabled_sources "ChangesetModule, MilestoneModule, TicketModule, WikiModule"
     14trac-admin $PROJECT fulltext index
     15}}}
    816
    917== Bugs/Feature Requests
     
    2937General instructions on installing Trac plugins can be found on the [TracPlugins#InstallingaTracplugin TracPlugins] page.
    3038
    31 == Example
    32 
    33 {{{#!sh
    34 trac-admin $PROJECT config set components "fulltextsearchplugin.*" enabled
    35 trac-admin $PROJECT config set search disabled_sources "ChangesetModule, MilestoneModule, TicketModule, WikiModule"
    36 trac-admin $PROJECT fulltext index
    37 }}}
    38 
    3939== Recent Changes
    4040