Contents
Provide search feature using database fulltext index
Description
This plugin provides search feature using the fulltext index from the database. The following databases are supported:
- MySQL: InnoDB fulltext index with ngram parser
- PostgreSQL: pg_bigm extension
- SQLite: FTS5 extension with trigram tokenizer
Bugs/Feature Requests
Existing bugs and feature requests for TracDbftsPlugin are here.
If you have any issues, create a new ticket.
defect |
2 / 3 |
---|
Download
Download the zipped source from here.
Source
You can check out TracDbftsPlugin from here using Subversion, or browse the source with Trac.
Installation
General instructions on installing Trac plugins can be found on the TracPlugins page.
Recent Changes
- 18315 by jun66j5 on 2021-05-23 04:38:49
-
TracDbftsPlugin: follow-up to r18301, minor changes
- 18313 by jun66j5 on 2021-05-22 02:28:00
-
TracDbftsPlugin: skip alias repository on
dbfts index
command for changesets (refs #14013)
- 18304 by jun66j5 on 2021-05-20 04:27:28
-
TracDbftsPlugin: Try
USING fts5()
first on SQLite database in order to avoid issues when fts5 is available but trigram is unavailable
(more)
Author/Contributors
Last modified 4 years ago
Last modified on Feb 21, 2021, 8:37:25 AM