mirror of
https://github.com/Codappix/search_core.git
synced 2024-11-14 18:16:11 +01:00
6c46a20160
Remove the specified pluginName in the ConfigurationContainer so the correct settings for the context can be fetched. Resolves: #170
749 B
749 B
Feature 170 "Do not specify the pluginName in ConfigurationContainer"
Prior to the change it was not possible to create a second plugin in a separate extension. The pluginName for the configuration was set to search. The problem was that the plugin specific settings could not be fetched.
The configuration in plugin.tx_exampleextension_pluginkey.settings {..} and from flexform were not fetched.
Now the pluginName is not set and the ConfigurationManager checks which plugin is used in the current context.
It is now possible to create a second plugin. For example if you want to cache the output of your query or the filters you specified.
See 170
.