Skip to content

Commit

Permalink
Improve label.
Browse files Browse the repository at this point in the history
  • Loading branch information
demiankatz committed Jul 5, 2024
1 parent 5c19eaa commit c96fe65
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion module/GeebyDeeby/view/geeby-deeby/search/controls.phtml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<div class="results row">
<ul class="search-controls hidden">
<li><label><input class="creator-toggle" type="checkbox" /> Show creator details</label></li>
<li><label><input class="creator-toggle" type="checkbox" /> Show credits</label></li>
</ul>
</div>
10 changes: 10 additions & 0 deletions module/GeebyDeebyLocal/src/GeebyDeebyLocal/Ingest/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"solrQueryField": "RELS_EXT_IsCopyOf_uri_t",
"solrCollectionField": "RELS_EXT_isMemberOfCollection_uri_ms",
"solrIdField": "PID",
"solrSeriesField": "mods_series_title_preferred_ms",
"solrSeriesSortField": "mods_series_number_i asc",
"solrUrl": "http://localhost:8100/solr/collection1/select",
"modsUrl": "http://dimenovels.lib.niu.edu/islandora/object/%s/datastream/MODS"
}

0 comments on commit c96fe65

Please sign in to comment.