Skip to content

Commit

Permalink
remove obsolete search field topic and duplicate mods.subject
Browse files Browse the repository at this point in the history
  • Loading branch information
kkrebs committed Sep 15, 2023
1 parent 3d82a22 commit ae449e4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,6 @@
<option value="mods.subject">
<xed:output i18n="editor.search.oa.subject" />
</option>
<option value="topic">
<xed:output i18n="mir.subject.topic" />
</option>
<option value="mods.annual_review">
<xed:output i18n="editor.search.oa.annualReviewYear" />
</option>
Expand Down
7 changes: 0 additions & 7 deletions src/main/resources/xsl/openagrar-solr.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,6 @@
<xsl:value-of select="mods:title" />
</field>
</xsl:for-each>
<xsl:for-each select="mods:subject">
<xsl:for-each select="mods:topic">
<field name="mods.subject">
<xsl:value-of select="." />
</field>
</xsl:for-each>
</xsl:for-each>
<xsl:for-each select="mods:location/mods:physicalLocation">
<field name="mods.physicalLocation">
<xsl:value-of select="." />
Expand Down

0 comments on commit ae449e4

Please sign in to comment.