mirror of
https://github.com/silverstripe/silverstripe-fulltextsearch
synced 2024-10-22 12:05:29 +00:00
8 lines
140 B
PHP
8 lines
140 B
PHP
<?php
|
|
|
|
class SearchUpdateImmediateProcessor extends SearchUpdateProcessor {
|
|
public function triggerProcessing() {
|
|
$this->process();
|
|
}
|
|
}
|