mirror of
https://github.com/silverstripe/silverstripe-fulltextsearch
synced 2024-10-22 12:05:29 +00:00
Merge pull request #148 from silverstripe-terraformers/bugfix/dirty-indexes-prop-default
Set SearchUpdateCommitJobProcessor::$dirty_indexes default to array, not bool. Fixes #151
This commit is contained in:
commit
6eaea567fb
@ -47,7 +47,7 @@ class SearchUpdateCommitJobProcessor implements QueuedJob
|
|||||||
*
|
*
|
||||||
* @var array
|
* @var array
|
||||||
*/
|
*/
|
||||||
public static $dirty_indexes = true;
|
public static $dirty_indexes = array();
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* If solrindex::commit has already been performed, but additional commits are necessary,
|
* If solrindex::commit has already been performed, but additional commits are necessary,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user