Skip to content

Commit

Permalink
Update Solr schema for msl_ckan_core 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stsnel committed Mar 30, 2023
1 parent 7898c4a commit bfa6ada
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions roles/ckan/templates/solrschema.xml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,7 @@ schema. In this case the version should be set to the next CKAN version number.
<field name="msl_lab_name" type="string" indexed="true" stored="true" multiValued="true"/>
<field name="msl_lab_name_text" type="text" indexed="true" stored="false" multiValued="true"/>
<field name="msl_subdomain" type="string" indexed="true" stored="true" multiValued="true"/>
<field name="msl_download_link" type="string" indexed="true" stored="true" multiValued="true"/>

<!-- Materials -->
<field name="msl_material_1" type="string" indexed="true" stored="true" multiValued="true"/>
Expand Down

0 comments on commit bfa6ada

Please sign in to comment.