-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: V4.0_ERRATA02
-
Fix Version/s: V4.0_ERRATA03
-
Labels:None
-
Environment:
[Applied]
-
Proposal:
Qualifiers are not supported by the preference odata.include-annotations, which is a kind of omission.
If a consumer is only interested in annotations with a specific qualifier like #mobile, he can't express this today.
Currently we can express:
ns.term
ns.*
*
and combined with the excludeoperator -
-ns.term
-ns.*
-*
Any existing qualifiers are ignored by the matching operator. E.g. if you use odata.description#mobile and odata.description#desktop as annotations, you can only include or exclude all qualifiers together.