Problem/Motivation

The module offers the option to add search plugin configuration to fac config objects but it does not pass the configuration to the plugin instances when creating them.

$search_plugin = $this->searchPluginManager->createInstance($fac_config->getSearchPluginId());

Steps to reproduce

N/A

Proposed resolution

Pass the search plugin configuration to the plugin instances.

$search_plugin = $this->searchPluginManager->createInstance($fac_config->getSearchPluginId(), $fac_config->getSearchPluginConfig());

Remaining tasks

- Create MR
- Review MR
- Merge MR

User interface changes

N/A

API changes

N/A

Data model changes

N/A

Issue fork fac-3264582

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

ricovandevin created an issue. See original summary.

ricovandevin’s picture

Title: FacSearchService is nog passing the search plugin config to the plugin instance » SearchService is not passing the search plugin config to the plugin instance
Issue summary: View changes
Status: Active » Needs review
StatusFileSize
new799 bytes