silverstripe-fulltextsearch/_config.php

5 lines
173 B
PHP
Raw Normal View History

<?php
use SilverStripe\FullTextSearch\Search\Updaters\SearchUpdater;
global $databaseConfig;
if (isset($databaseConfig['type'])) SearchUpdater::bind_manipulation_capture();