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 problem is that changing this to allow empty values will affect all REST methods. For some of them (such as search), not setting lang makes sense. For other it doesn't. These have to be decided on a method-by-method basis based on what the earlier code (Skosmos 1.1) did and also what the REST API documentation says.
At which URL did you encounter the problem?
http://api.finto.fi/rest/v1/yso/search?query=bilar
What steps will reproduce the problem?
What is the expected output? What do you see instead?
Expected to get results, instead (for above URL) getting this:
There are two problems here, probably related:
"@language": null
value in the JSON-LD directive is suspicious and probably not what we want.I tested this also with Skosmos 1.1, it does return the concept and has no
@language
directive.The text was updated successfully, but these errors were encountered: