Skip to content

Commit

Permalink
Filter "Freie Verschlagwortung" / Q47524318 in details view (#635)
Browse files Browse the repository at this point in the history
  • Loading branch information
fsteeg committed Jan 22, 2024
1 parent a69b8e2 commit 46d842f
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 @@ -130,6 +130,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 46d842f

Please sign in to comment.