Manuel Blechschmidt created OLINGO-1128:
-------------------------------------------

             Summary: Olingo does not support filter IsOf
                 Key: OLINGO-1128
                 URL: https://issues.apache.org/jira/browse/OLINGO-1128
             Project: Olingo
          Issue Type: New Feature
          Components: odata2-core
    Affects Versions: V2 2.0.8
            Reporter: Manuel Blechschmidt


We currently need the feature IsOf for filtering objects by the corresponding 
type similair to the TYPE() function in JPQL.

http://www.odata.org/documentation/odata-version-2-0/uri-conventions/

To reproduce:

 # Enter 
http://services.odata.org/Northwind/Northwind.svc/Orders?$filter=isof('NorthwindModel.Order')
 or something similair

Expected:
 * Should generate a filter with JPQL TYPE function

Actual:
 * Produces the following error:

{code}
Invalid filter expression: 'IsOf('NorthwindModel.Order')'
{code}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

Reply via email to