Skip to content

Commit

Permalink
added new category "concert_announcements" to writings class
Browse files Browse the repository at this point in the history
  • Loading branch information
peterstadler committed Jun 27, 2017
1 parent 01e9682 commit a871f89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/wdt.xqm
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ declare function wdt:writings($item as item()*) as map(*) {
for $i in wdt:writings($item)('filter')() order by sort:index('writings', $i) ascending return $i
},
'init-collection' := function() as document-node()* {
core:data-collection('writings')/descendant::tei:text[@type=('performance-review', 'historic-news')]/root()
core:data-collection('writings')/descendant::tei:text[@type=('performance-review', 'historic-news', 'concert_announcements')]/root()
},
'init-sortIndex' := function() as item()* {
wdt:create-index-callback('writings', wdt:writings(())('init-collection')(), function($node) {
Expand Down

0 comments on commit a871f89

Please sign in to comment.