Skip to content

Commit

Permalink
WIP: Display parts of different origins in search results
Browse files Browse the repository at this point in the history
See #180
  • Loading branch information
andrew-morrison committed Oct 18, 2018
1 parent 9e069fc commit 96a0bde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion processing/manuscripts.xquery
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ declare function local:origin($keys as xs:string*, $solrfield as xs:string) as e

declare function local:buildSummaries($ms as document-node()) as xs:string*
{
if ($ms//tei:msDesc/(tei:head|tei:history/tei:origin|tei:msContents/tei:summary)) then
if ($ms//tei:msDesc/(tei:head|tei:history/tei:origin|tei:msContents/tei:summary) or not($ms//tei:msPart/(tei:head|tei:history/tei:origin|tei:msContents/tei:summary))) then
local:buildSummary($ms//tei:msDesc[1])
else
(
Expand Down

0 comments on commit 96a0bde

Please sign in to comment.