Skip to content

Commit 1545ae5

Browse files
committed
Add new strain species for e112
1 parent b330c3e commit 1545ae5

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

solr/conf/SiteDefs.pm

+5-1
Original file line numberDiff line numberDiff line change
@@ -146,12 +146,16 @@ sub update_conf {
146146
],
147147

148148
facets_sidebar_deps => {
149-
strain => { "species" => ["Mouse", "Pig", "Dog", "Sheep", "Goat", "Chicken", "Rat"] }
149+
strain => { "species" => ["Mouse", "Pig", "Dog", "Sheep", "Goat", "Chicken", "Rat",
150+
"Atlantic cod", "Atlantic salmon", "Three-spined stickleback"] }
150151
},
151152

152153
strain_type => {
153154
"Mouse" => "strain",
154155
"Rat" => "strain",
156+
"Atlantic cod" => "strain",
157+
"Atlantic salmon" => "strain",
158+
"Three-spined stickleback" => "strain",
155159
"Chicken" => "breed",
156160
"Pig" => "breed",
157161
"Dog" => "breed",

0 commit comments

Comments
 (0)