Skip to content

Commit

Permalink
Fix typo in solr schema
Browse files Browse the repository at this point in the history
Closes #1439
  • Loading branch information
marlo-longley committed Dec 6, 2023
1 parent 965a77f commit 96c6465
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 @@ -347,7 +347,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 96c6465

Please sign in to comment.