If a theme (Topic) is given, the following names are preferred
- Names in the Scope that consist of this theme, exactly
- Names in the Scope that include this theme
.. continue to sort them like done in getBestLabel(),
If no such names are found, getBestLabel(theme) equals getBestLabel().
Comment #1
Posted on Sep 17, 2010 by Happy DogAcc. to TMDM this behavior would be slightly wrong since scope is an entity / a set of themes ("and" semantics).
Example:
topic - "A"; - "B"@a; - "C"@a, b .
If the theme is "a" only "A" and "B" are valid, but not "C"
But returning "C" might be okay if the getBestLabel(theme) should have "contained in" semantics. But it is not the "best" label acc. to TMDM.
Comment #2
Posted on Sep 17, 2010 by Swift LionEasy answer: I doesn't need to be "tmdm"'s best label.
Comment #3
Posted on Sep 18, 2010 by Happy DogEven easier answer: I don't care. As said, it might be okay to return "C". It's just a documentation "issue".
Comment #4
Posted on Sep 19, 2010 by Swift LionLars Heuer: Please stop interfering in this impolite way. We know that you don't care and we didn't ask for your opinion.
Comment #5
Posted on Sep 19, 2010 by Happy DogSorry, I but I don't think that I am "impolite" in any way. You brought up a public issue and I offered a different view on that issue. If you, personally, or the project team shares the opinion is a minor matter. I wasn't aware that discussing issues is undesired.
Comment #6
Posted on Sep 23, 2010 by Happy Bear(No comment was entered for this change.)
Status: Fixed
Labels:
Type-Enhancement
Priority-Medium
Database