Skip to content

Commit d36cca4

Browse files
committed
Improved documentation
1 parent 5238eda commit d36cca4

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

doc/sphinx-guides/source/api/native-api.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5539,6 +5539,7 @@ You must supply a JSON file that describes the configuration, similarly to the o
55395539
55405540
The following optional fields are supported:
55415541
5542+
- sourceName: When :ref:`feature-flags` `index-harvested-metadata-source` is enabled, it can overload the nickname in the Metadata source facet. It can be used to map many harvesting client under the same name.
55425543
- archiveDescription: What the name suggests. If not supplied, will default to "This Dataset is harvested from our partners. Clicking the link will take you directly to the archival source of the data."
55435544
- set: The OAI set on the remote server. If not supplied, will default to none, i.e., "harvest everything".
55445545
- style: Defaults to "default" - a generic OAI archive. (Make sure to use "dataverse" when configuring harvesting from another Dataverse installation).

src/main/java/propertyFiles/Bundle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -580,7 +580,7 @@ harvestclients.newClientDialog.nickname.required=Client nickname cannot be empty
580580
harvestclients.newClientDialog.nickname.invalid=Client nickname can contain only letters, digits, underscores (_) and dashes (-); and must be at most 30 characters.
581581
harvestclients.newClientDialog.nickname.alreadyused=This nickname is already used.
582582
harvestclients.newClientDialog.sourcename=Source name
583-
harvestclients.newClientDialog.sourcename.helptext=Overload the nickname in the Source facet if the feature is enabled. The same source name can be used by different harvesting clients.
583+
harvestclients.newClientDialog.sourcename.helptext=When feature flag index-harvested-metadata-source is enabled, it can overload the nickname in the Metadata source facet. It can be used to map many harvesting client under the same name.
584584
harvestclients.newClientDialog.customHeader=Custom HTTP Header
585585
harvestclients.newClientDialog.customHeader.helptext=(Optional) Custom HTTP header to add to requests, if required by this OAI server.
586586
harvestclients.newClientDialog.customHeader.watermark=Enter an http header, as in header-name: header-value

0 commit comments

Comments
 (0)