[[PageOutline(2-5,Contents,pullout)]] = 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: [https://dev.mysql.com/doc/refman/5.7/en/innodb-fulltext-index.html InnoDB fulltext index] with ngram parser - PostgreSQL: [https://pgbigm.osdn.jp/index_en.html pg_bigm] extension - SQLite: [https://www.sqlite.org/fts5.html FTS5] extension with trigram tokenizer == !Bugs/Feature Requests Existing bugs and feature requests for TracDbftsPlugin are [report:9?COMPONENT=TracDbftsPlugin here]. If you have any issues, create a [/newticket?component=TracDbftsPlugin new ticket]. [[TicketQuery(component=TracDbftsPlugin&group=type,format=progress)]] == Download Download the zipped source from [export:tracdbftsplugin here]. == Source You can check out TracDbftsPlugin from [/svn/tracdbftsplugin here] using Subversion, or [source:tracdbftsplugin browse the source] with Trac. == Installation General instructions on installing Trac plugins can be found on the [TracPlugins#InstallingaTracplugin TracPlugins] page. == Recent Changes [[ChangeLog(tracdbftsplugin, 3)]] == !Author/Contributors **Author:** [wiki:jun66j5] [[BR]] **Maintainer:** [[Maintainer]] [[BR]] **Contributors:**