Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/lauml/ediarum.DB into lau…
Browse files Browse the repository at this point in the history
…ml-master
  • Loading branch information
MartinFechner committed May 26, 2021
2 parents 1986f33 + 1178281 commit 8870533
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/config.xqm
Original file line number Diff line number Diff line change
Expand Up @@ -494,7 +494,7 @@ declare function config:get-ediarum-index-with-params($project-name as xs:string
for $x in $entries//tei:person
let $name :=
if ($x/tei:persName[@type='reg'][1]/tei:forename)
then (concat(normalize-space(string-join($x/tei:persName[@type='reg'][1]/tei:surname/text())), ', ', normalize-space(string-join($x/tei:persName[@type='reg'][1]/tei:forename/text()))))
then (concat(normalize-space(string-join($x/tei:persName[@type='reg'][1]/tei:surname/text())), ', ', normalize-space(string-join($x/tei:persName[@type='reg'][1]/tei:forename//text()))))
else (normalize-space(string-join($x/tei:persName[@type='reg'][1]/tei:name[1]/text())))
let $lifedate :=
if ($x/tei:floruit)
Expand Down

0 comments on commit 8870533

Please sign in to comment.