Skip to content

Commit

Permalink
Small tweaks for current data, without f14_ entries (RPB-38)
Browse files Browse the repository at this point in the history
  • Loading branch information
fsteeg committed Nov 8, 2023
1 parent 13c570f commit 2dc3989
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/main.scala.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@* Copyright 2015-2018 Fabian Steeg, hbz. Licensed under the EPL 2.0 *@

@(q: String, title: String, allHits: Long = 15000)(content: Html)
@(q: String, title: String, allHits: Long = 10000)(content: Html)

@import controllers.HomeController
@import controllers.HomeController.formatCount
Expand Down
1 change: 1 addition & 0 deletions transformAndIndexRppd.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
set -euo pipefail # See http://redsymbol.net/articles/unofficial-bash-strict-mode/

cd ../rpb
rm conf/output/bulk/rppd/*
sbt "runMain rpb.ETL conf/rppd-to-strapi.flux IN_FILE=RPB-Export_HBZ_Bio.txt OUT_FILE=output-rppd-strapi.ndjson"
sbt "runMain rpb.ETL conf/rppd-to-lobid.flux"
cd -
Expand Down

0 comments on commit 2dc3989

Please sign in to comment.