Wrong description in capabilities vocabulary in term SearchRestrictions

    • Type: Bug
    • Resolution: Fixed
    • Priority: Minor
    • V4.0_ERRATA03
    • Affects Version/s: V4.0_ERRATA02
    • Component/s: Vocabularies
    • None
    • Environment:

      [proposed]

      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>

            Assignee:
            Unassigned
            Reporter:
            martinzurmuehl
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: