silverstripe-fulltextsearch/src/Search
Naomi Guyer d759a78182 FIX: allow update processor to be overriden by existing yml
One of the update commits (6066af5841) replaced SearchUpdateProcessor with SearchUpdateImmediateProcessor, but that means that the existing processor yml fails to replace the SearchUpdateImmediateProcessor with SearchUpdateQueuedJobProcessor  as I think is intended?

c.f https://github.com/silverstripe/silverstripe-fulltextsearch/blob/3/_config/processor.yml#L19
2020-02-10 17:05:16 +13:00
..
Adapters Added complex filtering via Criteria/Criterion and Adapters/Writers for Solr. 2018-07-12 13:28:40 +12:00
Captures NEW Update to use proxied DB instead of self-proxied 2018-03-14 16:54:04 +13:00
Criteria Added complex filtering via Criteria/Criterion and Adapters/Writers for Solr. 2018-07-12 13:28:40 +12:00
Extensions NEW Disable re-indexing when migrating files 2019-05-30 19:07:20 +12:00
Indexes FIX Reduce log level so errors do not automatically output 2018-06-28 09:56:26 +12:00
Processors Update SearchUpdateQueuedJobProcessor.php 2020-02-10 16:26:12 +13:00
Queries Added complex filtering via Criteria/Criterion and Adapters/Writers for Solr. 2018-07-12 13:28:40 +12:00
Updaters FIX: allow update processor to be overriden by existing yml 2020-02-10 17:05:16 +13:00
Variants ENHANCEMENT Add extension point to appliesTo for SearchVariantSubsites 2019-08-05 16:44:56 +12:00
FullTextSearch.php API Update Subsite integration, remove Polyhome variant 2017-12-05 14:29:53 +13:00
SearchIntrospection.php MINOR Correct PHPDoc types and remove unused imports 2018-01-10 19:57:19 +13:00