OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

odata message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: [OASIS Issue Tracker] Updated: (ODATA-493) Capabilities vocabulary: add term for SearchRestrictions


     [ http://tools.oasis-open.org/issues/browse/ODATA-493?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ralf Handl updated ODATA-493:
-----------------------------

    Environment: [Proposed]
       Proposal: 
Add term

      <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>

> Capabilities vocabulary: add term for SearchRestrictions
> --------------------------------------------------------
>
>                 Key: ODATA-493
>                 URL: http://tools.oasis-open.org/issues/browse/ODATA-493
>             Project: OASIS Open Data Protocol (OData) TC
>          Issue Type: Improvement
>          Components: Vocabularies
>    Affects Versions: V4.0_CS
>         Environment: [Proposed]
>            Reporter: Ralf Handl
>             Fix For: V4.0_ERRATA01
>
>
> We forgot this when defining the query language for $search

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://tools.oasis-open.org/issues/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]