HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Options

Changes to Fulltext Indexing

Changes to Fulltext Indexing

Full-text index support has been disabled by default as of Vanilla 4. To enable full-text index support, add a FullTextIndexing key under the Database section of your site config and set its value to true. Failure to add this config value will result in full-text indexes being removed from Vanilla's database tables.

class.databasestructure.php

/** @var bool */
  private $fullTextIndexingEnabled = false;

set to "true"

replace false with true

Is that so?

Comments

Sign In or Register to comment.