Skip to content

Commit

Permalink
Merge branch '635-subjects' of https://github.com/hbz/nwbib
Browse files Browse the repository at this point in the history
  • Loading branch information
fsteeg committed Jan 24, 2024
2 parents e23348d + 46d842f commit 08b3e11
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/views/tags/result_doc.scala.html
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@
components = (subject \ "componentList").asOpt[Seq[JsValue]].getOrElse(Seq(subject));
component <- components;
sourceLabel = (component\"source"\"label").asOpt[String];
if !sourceLabel.getOrElse("").contains("Freie Verschlagwortung");
if !sourceLabel.getOrElse("").contains("Nordrhein-Westfälischen");
if !sourceLabel.getOrElse("").contains("RPB-Sachgruppen");
if !sourceLabel.getOrElse("").contains("Dewey");
Expand Down

0 comments on commit 08b3e11

Please sign in to comment.