Skip to content

Commit

Permalink
Merge pull request #1440 from projectblacklight/solr-typo
Browse files Browse the repository at this point in the history
Fix typo in solr schema
  • Loading branch information
lfarrell authored Dec 8, 2023
2 parents 0d73b63 + 96c6465 commit 7b74227
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 7b74227

Please sign in to comment.