Skip to content

Commit 8ce370c

Browse files
committed
tweak release note IQSS#11281
1 parent 7ca8b26 commit 8ce370c

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

doc/release-notes/11281-ExternalSearch.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,15 @@
22

33
Dataverse now has an experimental capability to dynamically add and configure new search engines.
44
The current Dataverse user interface can be configured to use a specified search engine instead of the built-in solr search.
5-
The search API now supports an optional &searchService query parameter that allows using any configured search engine.
5+
The search API now supports an optional `searchService` query parameter that allows using any configured search engine.
66
An additional /api/search/services endpoint allows discovery of the services installed.
77

88
In addition to two trivial example services designed for testing, Dataverse ships with two search engine classes that support calling an externally-hosted search service (via HTTP GET or POST).
99
These classes rely on the internal solr search to perform access-control and to format the final results, simplifying development of such an external engine.
1010

11-
Details about the new functionality are described in https://guides.dataverse.org/en/latest/developers/search-services.html
11+
Details about the new functionality are described in https://dataverse-guide--11281.org.readthedocs.build/en/11281/developers/search-services.html
12+
13+
See also #11281.
1214

1315
## Settings
1416

@@ -24,4 +26,4 @@ Details about the new functionality are described in https://guides.dataverse.or
2426
### New Configuration Options
2527

2628
- `dataverse.search.services.directory`
27-
- `dataverse.search.default-service`
29+
- `dataverse.search.default-service`

0 commit comments

Comments
 (0)