You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The REST search method currently returns the prefLabel of the concept in at most two languages (lang and labellang).
Web developers at the National Library of Finland who are using the method for e.g. autocomplete functionality in a web CMS have requested to get all the languages in a single call.
This could be implemented by adding another extension using the fields parameter: fields=prefLabels would cause a new property to be added to the result objects, e.g.
The REST
search
method currently returns the prefLabel of the concept in at most two languages (lang and labellang).Web developers at the National Library of Finland who are using the method for e.g. autocomplete functionality in a web CMS have requested to get all the languages in a single call.
This could be implemented by adding another extension using the
fields
parameter:fields=prefLabels
would cause a new property to be added to the result objects, e.g.The text was updated successfully, but these errors were encountered: