Skip to content

Commit

Permalink
Use actual BiblioVino collection, prototype tweaks (RPB-37)
Browse files Browse the repository at this point in the history
fsteeg committed Oct 20, 2023
1 parent de62666 commit 185bcb4
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion app/views/tags/facets.scala.html
Original file line number Diff line number Diff line change
@@ -133,8 +133,8 @@
</div>
<br/>
<div class="row facet"><div class="col-md-12">@facets("Schlagwörter", Application.SUBJECT_FIELD, if(!urisOnly(subject).isEmpty) urisOnly(subject) else "", "dropup")</div></div>
<div class="row facet"><div class="col-md-12">@facets("Medientypen", Application.MEDIUM_FIELD, medium, "dropup")</div></div>
<div class="row facet"><div class="col-md-12">@facets("Publikationstypen", Application.TYPE_FIELD, t, "dropup")</div></div>
<div class="row facet"><div class="col-md-12">@facets("Medientypen", Application.MEDIUM_FIELD, medium, "dropup")</div></div>
@*
<div class="row facet"><div class="col-md-12">@facets("Sachgebiete", Application.RPB_SUBJECT_FIELD, nwbibsubject)</div></div>
<div class="row facet"><div class="col-md-12">@facets("Regionen", Application.NWBIB_SPATIAL_FIELD, nwbibspatial)</div></div>
6 changes: 3 additions & 3 deletions conf/nwbib.conf
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
nwbib.api="http://staging.lobid.org/resources/search"
indexUrlFormat="http://staging.lobid.org/resources/search?q=rpbId:%s&format=json"
nwbib.api="http://quaoar3:1990/resources/search"
indexUrlFormat="http://quaoar3:1990/resources/search?q=rpbId:%s&format=json"
item.api="http://lobid.org/items"
hbz01.api="http://lobid.org/hbz01"
orgs.api="http://lobid.org/organisations"
nwbib.filter="subject.label:wein*" # TODO: "inCollection.id:\"http://lobid.org/resources/HT013678171#!\""
nwbib.filter="inCollection.id:\"http://lobid.org/resources/HT013678171#!\""

# Embedded Elasticsearch index for classification data
index {

0 comments on commit 185bcb4

Please sign in to comment.