Skip to content

Commit

Permalink
Include manuscript spelling text in full text search
Browse files Browse the repository at this point in the history
  • Loading branch information
dchiller committed Jul 4, 2023
1 parent f4f9427 commit 8a2d9a5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions solr/solr/cantus_ultimus_1/conf/schema.xml
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@
<copyField source="marginalia" dest="text" />
<copyField source="incipit" dest="text" />
<copyField source="full_text" dest="text" />
<copyField source="full_text_ms" dest="text" />
<copyField source="folio" dest="text" />
<copyField source="genre" dest="text" />

Expand Down

0 comments on commit 8a2d9a5

Please sign in to comment.