logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Wiki::Toolkit::Setup::DBIxFTSMySQL - set up fulltext indexes for Wiki::Toolkit

Author

       Kake Pugh (kake@earth.li).

Description

       Set up DBIx::FullTextSearch indexes for use with Wiki::Toolkit. Has only one function, "setup", which
       takes as arguments either the database name, the username and the password or a database handle . The
       username must be able to create and drop tables in the database.

       The $dbhost argument is optional -- omit it if the database is local.

       Note that any pre-existing Wiki::Toolkit indexes stored in the database will be cleared by this function,
       so if you have existing data you probably want to use the "store" parameter to get it re-indexed.

Name

       Wiki::Toolkit::Setup::DBIxFTSMySQL - set up fulltext indexes for Wiki::Toolkit

See Also

       Wiki::Toolkit, Wiki::Toolkit::Setup::MySQL, DBIx::FullTextSearch

perl v5.32.0                                       2021-01-04             Wiki::Toolkit::...p::DBIxFTSMySQL(3pm)

Synopsis

         use Wiki::Toolkit::Setup::DBIxFTSMySQL;
         Wiki::Toolkit::Setup::DBIxFTSMySQL::setup($dbname, $dbuser, $dbpass, $dbhost);

       Omit $dbhost if the database is local.

See Also