Closed ichaber closed 5 years ago
This fixes issue #74 to re-enable cwp specific config for silverstripe/textextraction and use class SilverStripe\TextExtraction\Cache\FileTextCache\Cache instead of the current configuration of https://github.com/silverstripe/cwp-core/blob/1108756119fd36790ba1ecd30076c555eb3075f2/_config/textextraction.yml#L8
SilverStripe\TextExtraction\Cache\FileTextCache\Cache
This means FileTextCaching is used instead of caching extracted text in the database as it is the fallback right now and is different to the SilverStripe 3 compatible versions.
This fixes issue #74 to re-enable cwp specific config for silverstripe/textextraction and use class
SilverStripe\TextExtraction\Cache\FileTextCache\Cache
instead of the current configuration of https://github.com/silverstripe/cwp-core/blob/1108756119fd36790ba1ecd30076c555eb3075f2/_config/textextraction.yml#L8This means FileTextCaching is used instead of caching extracted text in the database as it is the fallback right now and is different to the SilverStripe 3 compatible versions.