mirror of
https://github.com/Codappix/search_core.git
synced 2024-11-15 05:36:12 +01:00
18 lines
749 B
ReStructuredText
18 lines
749 B
ReStructuredText
|
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 :issue:`170`.
|