This sneaky ticket got us started down the path of finally removing HEAD and unreleased repo versions from global search and shifting the behavior throughout OCL:
We’ll use this post to start documenting all of the touch points in the API and TermBrowser where users will be impacted by the behavior change and workflow/feature changes that are required.
This behavior change includes:
Global search only searches latest released repos by default, and never HEAD
We may eventually want users to be able to optionally search all released versions of a repo in global search (but not sure?)
Moving OCL away from exposing concept/mapping versions – resources should always be paired with a repo version
Processing of references will be impacted by these changes, so we may have to offer organization administrators more control over how references are resolved to repo versions at the org/user level (we expect to do this eventually, and we may have to do it for this)
On the OCL architecture call today, we identified a few big buckets of work (we’ll definitely be adding more buckets):
Navigation in the TermBrowser
Clicking on a search result and links in the resource details panel – these are inconsistent in terms of whether they take you to a concept in a repo version, straight to a resource version, to HEAD, etc.
latest keyword is not currently understood in the TermBrowser (that is API behavior only)
When does the browser take someone to HEAD?
Concept/mapping version_url attributes
Every resource version has a resource_version_url attribute that is not aware of the repo_version
When retrieving a concept from a specific repo_version, the response needs to be repo_version aware – should this impact the resource_version_url or do we need a new attribute?
Gets tricky for interim resource versions and for a resource that is in multiple repo versions