Skip to content
Snippets Groups Projects
Commit c4a59565 authored by Demian Katz's avatar Demian Katz
Browse files

Give Search2 backend its own YAML configuration file.

parent 184cc5e5
Branches
Tags
No related merge requests found
# This is the search configuration for the secondary search handler.
# By default, it simply inherits rules from the parent handler.
"@parent_yaml": "searchspecs.yaml"
\ No newline at end of file
...@@ -46,5 +46,6 @@ class Search2BackendFactory extends SolrDefaultBackendFactory ...@@ -46,5 +46,6 @@ class Search2BackendFactory extends SolrDefaultBackendFactory
{ {
parent::__construct(); parent::__construct();
$this->mainConfig = $this->searchConfig = $this->facetConfig = 'Search2'; $this->mainConfig = $this->searchConfig = $this->facetConfig = 'Search2';
$this->searchYaml = 'searchspecs2.yaml';
} }
} }
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment