← Prev in month
← Prev in thread
Next in thread →
Next in month →
[OASIS Issue Tracker] (ODATA-806) Wrong description in capabilities vocabulary in term SearchRestrictions
Martin Zurmuehl created ODATA-806:
-------------------------------------
Summary: Wrong description in capabilities vocabulary in term SearchRestrictions
Key: ODATA-806
URL: https://issues.oasis-open.org/browse/ODATA-806
Project: OASIS Open Data Protocol (OData) TC
Issue Type: Bug
Components: Vocabularies
Affects Versions: V4.0_ERRATA02
Environment: [proposed]
Reporter: Martin Zurmuehl
Fix For: V4.0_ERRATA03
In the Term "SearchRestrictions" we defined in the complex type "SearchRestrictionsType" a property "UnsupportedExpressions" with the description "Expressions supported in $search". The description is wrong, it should read "Expressions not supported in $search".
<Term Name="SearchRestrictions" Type="Capabilities.SearchRestrictionsType" AppliesTo="EntitySet">
<Annotation Term="Core.Description" String="Restrictions on $search expressions" />
</Term>
<ComplexType Name="SearchRestrictionsType">
<Property Name="Searchable" Type="Edm.Boolean" DefaultValue="true">
<Annotation Term="Core.Description" String="$search is supported" />
</Property>
<Property Name="UnsupportedExpressions" Type="Capabilities.SearchExpressions" DefaultValue="none">
<Annotation Term="Core.Description" String="Expressions supported in $search" />
</Property>
</ComplexType>
<EnumType Name="SearchExpressions" IsFlags="true">
<Member Name="none" Value="0" />
<Member Name="AND" Value="1" />
<Member Name="OR" Value="2" />
<Member Name="NOT" Value="4" />
<Member Name="phrase" Value="8" />
<Member Name="group" Value="16" />
</EnumType>
--
This message was sent by Atlassian JIRA
(v6.2.2#6258)
← Prev in month
← Prev in thread
Next in thread →
Next in month →