Skip to content

Commit

Permalink
Update release note with suggested change
Browse files Browse the repository at this point in the history
  • Loading branch information
luddaniel committed May 3, 2024
1 parent 078c706 commit a72bb4c
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ You are now able to add HTTP request headers required by the service you are imp

#### Flexible params in retrievalUri

You can now use `managed-fields` field names `term-uri-field` field name as parameters of `retrieval-uri`.
`{0}` default parameter is still working for a question of backward compatibility.
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}"`

0 comments on commit a72bb4c

Please sign in to comment.