Don't store full extracted file content data in the database
Closes #3084967
Merge request reports
Activity
Filter activity
added 1 commit
- 426cef57 - Coding standards, remove use of ContainerAwareInterface
- Resolved by Sascha Grossenbacher
- Resolved by Sascha Grossenbacher
- Resolved by Sascha Grossenbacher
- Resolved by Ismaeil Abouljamal
- Resolved by Sascha Grossenbacher
- Resolved by Sascha Grossenbacher
@berdir it looks like the following
hook
needs an update too:/** * Implements hook_cache_flush(). */ function search_api_attachments_cache_flush() { $config = \Drupal::config('search_api_attachments.admin_config'); $preserve_cache = $config->get('preserve_cache'); if (!$preserve_cache) { $collection = 'search_api_attachments'; \Drupal::keyValue($collection)->deleteAll(); } }
The
clearAll
when thecache_backend
config option is modified works fine though.Edited by Frank Mably- Resolved by Ismaeil Abouljamal
- Resolved by Sascha Grossenbacher
- Resolved by Sascha Grossenbacher
- Resolved by Sascha Grossenbacher
- Resolved by Sascha Grossenbacher
added 1 commit
- bdd92137 - cleanup, fixes, scheme configuration instead of path
- Resolved by Ismaeil Abouljamal
- Resolved by Ismaeil Abouljamal
Please register or sign in to reply