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
By now mapped concepts can be marked but any mapping with show the concept as mapped. Alternatively mark concepts only if a target concept can be inferred. Do do so query the /mappings/infer endpoint for resulting mappings with type exactMatch and narrowMatch only (and possibly strict=1).
We could extend the configuration options:
mark mapped concepts (current option)
mark inferred mappings (use /infer endpoint instead of normal mappings search)
mark selectd mapping types only (exactMatch|narrowMatch)
or an easier selection:
mark mapped concepts: no|any|inferrable
Plenty options exist to search mappings (see extended mapping search interface), these could all be supported by marking of mappings, but the easier solution should be enough to start with.
The text was updated successfully, but these errors were encountered:
There is also issue #512 to use infer endpoint in MappingNavigator. It's a different use case but the configuration should be similar. A simple variant could be this:
In the concept tree settings add two settings:
mark only exact/narrow match
include inferred mappings
Same could be in the MappingNavigator settings, but people likely want different values of the settings in both views.
By now mapped concepts can be marked but any mapping with show the concept as mapped. Alternatively mark concepts only if a target concept can be inferred. Do do so query the
/mappings/infer
endpoint for resulting mappings with typeexactMatch
andnarrowMatch
only (and possiblystrict=1
).We could extend the configuration options:
exactMatch|narrowMatch
)or an easier selection:
Plenty options exist to search mappings (see extended mapping search interface), these could all be supported by marking of mappings, but the easier solution should be enough to start with.
The text was updated successfully, but these errors were encountered: