Skip to content

Commit

Permalink
keywordTermURI heading #10646
Browse files Browse the repository at this point in the history
  • Loading branch information
landreev committed Jul 1, 2024
1 parent 534dbd7 commit d44f70d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/release-notes/6.3-release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ For more information, please check [GDCC/dataverse-external-vocab-support docume

- *HTTP Headers:* You are now able to add HTTP request headers required by the service you are implementing (#10331)

- *Flexible params in retrievalUri:* You can now use `managed-fields` field names as well as the `term-uri-field` field name as parameters in the `retrieval-uri` when configuring an external vocabulary service. `{0}` as an alternative to using the `term-uri-field` name is still supported for backward compatibility. Also you can specify if the value must be url encoded with `encodeUrl:`. (#10404). For example : `"retrieval-uri": "https://data.agroportal.lirmm.fr/ontologies/{keywordVocabulary}/classes/{encodeUrl:keywordTermURL}"`
- *Flexible params in retrievalUri:* You can now use `managed-fields` field names as well as the `term-uri-field` field name as parameters in the `retrieval-uri` when configuring an external vocabulary service. `{0}` as an alternative to using the `term-uri-field` name is still supported for backward compatibility. Also you can specify if the value must be url encoded with `encodeUrl:`. (#10404). For example : `"retrieval-uri": "https://data.agroportal.lirmm.fr/ontologies/{keywordVocabulary}/classes/{encodeUrl:keywordermURL}"`

### URL Validation Is More Permissive

Expand Down Expand Up @@ -89,7 +89,7 @@ The Dataverse Software now supports file-level retention periods. The ability to
A reason field, that is required to not be empty, was added in v6.2. Installations that handle author communications through email or another system may prefer to not be required to use this new field. v6.2 includes a new
disable-return-to-author-reason feature flag that can be enabled to drop the reason field from the dialog and make sending a reason optional in the api/datasets/{id}/returnToAuthor call.

### New keywordTermURI Metadata in keyword Metadata Block
### New keywordTermURI Metadata Field in the Citation Metadata Block

A new metadata field - `keywordTermURI`, has been added in the citation metadata block (as a fourth child field under the `keyword` parent field). This has been done to improve usability and to facilitate the integration of controlled vocabulary services, adding the possibility of saving the "term" and/or its associated URI. For more information, see #10288 and PR #10371.

Expand Down

0 comments on commit d44f70d

Please sign in to comment.