Skip to content

Commit

Permalink
fixes typo in solr config (#115)
Browse files Browse the repository at this point in the history
fixed upstream in arclight in PR 1440
  • Loading branch information
bonniegee authored Oct 8, 2024
1 parent b323580 commit d974c8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion solr/conf/schema.xml
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@
<copyField source="access_subjects_ssim" dest="text" />
<!-- grab the searchable notes -->
<copyField source="abstract_tesim" dest="text" />
<copyField source="accessrestricct_tesim" dest="text" />
<copyField source="accessrestrict_tesim" dest="text" />
<copyField source="accruals_tesim" dest="text" />
<copyField source="acqinfo_tesim" dest="text" />
<copyField source="altformavail_tesim" dest="text" />
Expand Down

0 comments on commit d974c8b

Please sign in to comment.