Config for search api attachments module can't be overriden in settings.php file, because \Drupal\search_api_attachments\Plugin\search_api\processor\FilesExtrator::addFieldValues uses editable version of config.
$config = $this->configFactory->getEditable(static::CONFIGNAME);
It should use default config.

CommentFileSizeAuthor
#2 2908043-non_overridable_config-2.patch753 byteskalistos

Comments

kalistos created an issue. See original summary.

kalistos’s picture

StatusFileSize
new753 bytes
skdrupal88’s picture

Status: Active » Needs review

Thanks @kalistos, works well to me

izus’s picture

Thanks for the patch
i changed the "Extrator" occurences to "Extractor" before applying it

  • izus committed 06a670c on 8.x-1.x authored by kalistos
    Issue #2908043 by kalistos, skorzh, izus: Non-overridable config
    
izus’s picture

Status: Needs review » Fixed

This is now merged.
Thanks again

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.