mirror of
https://github.com/silverstripe/silverstripe-fulltextsearch
synced 2024-10-22 14:05:29 +02:00
8 lines
159 B
PHP
8 lines
159 B
PHP
<?php
|
|
|
|
use SilverStripe\FullTextSearch\Search\Updaters\SearchUpdater;
|
|
|
|
if (isset($databaseConfig['type'])) {
|
|
SearchUpdater::bind_manipulation_capture();
|
|
}
|