Changes between Version 7 and Version 8 of RepoSearchPlugin


Ignore:
Timestamp:
Jan 19, 2006, 4:44:58 PM (18 years ago)
Author:
Alec Thomas
Comment:

Documented indexing engine

Legend:

Unmodified
Added
Removed
Modified
  • RepoSearchPlugin

    v7 v8  
    2020
    2121If only `include` is specified the default is to exclude all other files.
     22
     23To speed up searches, an indexer is included. This will index the repository the first time a search is performed if the repository has changed since the last index. To enable the indexer add the following entry to your `trac.ini`:
     24
     25{{{
     26[repo-search]
     27index = /my/trac/env/idx
     28}}}
     29
     30The `index` option is a a directory that must be writable by the web server user.
    2231
    2332== Bugs/Feature Requests ==