silverstripe / cwp-core

CWP basic compatibility module
BSD 3-Clause "New" or "Revised" License
3 stars 12 forks source link

Fix cwptextextraction config (issue #74) #75

Closed ichaber closed 5 years ago

ichaber commented 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

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.