Uploaded image for project: 'OASIS Open Data Protocol (OData) TC'
  1. OASIS Open Data Protocol (OData) TC
  2. ODATA-797

Org.OData.Capabilities.V1 term property FilterRestrictions/RequiresFilter has wrong facets

    XMLWordPrintable

    Details

    • Type: Bug
    • Status: Closed
    • Priority: Major
    • Resolution: Fixed
    • Affects Version/s: V4.0_OS
    • Fix Version/s: V4.0_ERRATA03
    • Component/s: Vocabularies
    • Labels:
      None
    • Environment:

      [Proposed]

      Description

      Type of term FilterRestrictions is defined as:
      <ComplexType Name="FilterRestrictionsType">
      <Property Name="Filterable" Type="Edm.Boolean" DefaultValue="true">
      <Annotation Term="Core.Description" String="$filter is supported" />
      </Property>
      <Property Name="RequiresFilter" Type="Edm.Boolean" Nullable="true">
      <Annotation Term="Core.Description" String="$filter is required" />
      </Property>
      <Property Name="RequiredProperties" Type="Collection(Edm.PropertyPath)">
      <Annotation Term="Core.Description"
      String="These properties must be specified in the $filter clause (properties of derived types are not allowed here)" />
      </Property>
      <Property Name="NonFilterableProperties" Type="Collection(Edm.PropertyPath)">
      <Annotation Term="Core.Description" String="These properties cannot be used in $filter expressions" />
      </Property>
      </ComplexType>

      The term lacks the intended default of "false" for property RequiresFilter. On the other hand, it has a Nullable="true" facet, which is the default anyway and can be omitted therefore.

        Attachments

          Activity

            People

            • Assignee:
              Unassigned
              Reporter:
              gerald.krause1 Gerald Krause
            • Watchers:
              3 Start watching this issue

              Dates

              • Created:
                Updated:
                Resolved: