Skip to content

Commit 1cc78a8

Browse files
Simone-Ramundiatarix83
authored andcommitted
Merged in task/dspace-cris-2023_02_x/DSC-1706 (pull request DSpace#2222)
[DSC-1706] Approved-by: Giuseppe Digilio
2 parents 2e1c223 + 0cd3d5d commit 1cc78a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dspace/config/modules/iiif.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ iiif.image.server = http://localhost:8182/iiif/2/
1010
# Base URL of the search service used to support the (experimental) IIIF Search
1111
# capability. The actual path will depend on how search is being supported.
1212
# This example uses the solr plugin https://dbmdz.github.io/solr-ocrhighlighting/
13-
# iiif.search.url = ${solr.server}/${solr.multicorePrefix}ocr
13+
iiif.search.url = ${solr.server}/${solr.multicorePrefix}ocr
1414

1515
# The search plugin used to support (experimental) IIIF Search.
1616
# This is the class used with https://dbmdz.github.io/solr-ocrhighlighting/
1717
# It is currently the only supported option.
18-
# iiif.search.plugin = org.dspace.app.iiif.service.WordHighlightSolrSearch
18+
iiif.search.plugin = org.dspace.app.iiif.service.WordHighlightSolrSearch
1919

2020
# Sets the viewing hint. Possible values: "paged" or "individuals".
2121
# Typically "paged" is preferred for multi-age documents. Use "individuals"

0 commit comments

Comments
 (0)