Skip to content

Commit

Permalink
Group all volumes for single "x zugehörige Bände" link (RPB-184)
Browse files Browse the repository at this point in the history
  • Loading branch information
fsteeg committed Feb 3, 2025
1 parent 69a26e5 commit 90c8999
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions app/views/tags/result_doc.scala.html
Original file line number Diff line number Diff line change
Expand Up @@ -267,9 +267,12 @@
@labelled("In", "containedIn")

@part_of("isPartOf", "hasSuperordinate")
@subordinateSearchFor(Seq(String.format("http://rpb.lobid.org/%s", (doc \ "rpbId").asOpt[String].getOrElse("")), String.format("https://lobid.org/resources/%s", (doc \ "rpbId").asOpt[String].getOrElse(""))))
@subordinateSearchFor(Seq(String.format("http://lobid.org/resources/%s#!", (doc \ "hbzId").asOpt[String].getOrElse(""))))
@subordinateSearchFor(Seq(String.format("http://lobid.org/resources/"+ZDB_PREFIX+"%s#!", (doc \ "zdbId").asOpt[String].getOrElse(""))))
@subordinateSearchFor(Seq(
String.format("http://lobid.org/resources/"+ZDB_PREFIX+"%s#!", (doc \ "zdbId").asOpt[String].getOrElse("")),
String.format("http://lobid.org/resources/%s#!", (doc \ "hbzId").asOpt[String].getOrElse("")),
String.format("https://lobid.org/resources/%s", (doc \ "rpbId").asOpt[String].getOrElse("")),
String.format("http://rpb.lobid.org/%s", (doc \ "rpbId").asOpt[String].getOrElse(""))
))
@parallelausgabe()
@raumsystematik("https://rpb.lobid.org/spatial")
@sachsystematik("http://purl.org/lobid/rpb")
Expand Down

0 comments on commit 90c8999

Please sign in to comment.